aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@users.noreply.github.com>2014-12-06 20:57:32 +0100
committerPiotr Krysik <ptrkrysik@users.noreply.github.com>2014-12-06 20:57:32 +0100
commit698513199937d1a985b3c4d89bbeb8d2fad6125d (patch)
tree0402f4ad92c2833c37c9f0d217bca593d8019a32
parentd6cc0690c33f741e8c26295aaef56667bcb0d825 (diff)
Update sch_detector.py
Commented import that caused problems with running/pybombs installation.
-rw-r--r--python/receiver/sch_detector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/receiver/sch_detector.py b/python/receiver/sch_detector.py
index 561c1fa..cdf9a9e 100644
--- a/python/receiver/sch_detector.py
+++ b/python/receiver/sch_detector.py
@@ -20,7 +20,7 @@
#
from numpy import *
-from pylab import *
+#from pylab import *
from gnuradio import gr
import pmt
from scipy.ndimage.filters import uniform_filter1d