From 698513199937d1a985b3c4d89bbeb8d2fad6125d Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Sat, 6 Dec 2014 20:57:32 +0100 Subject: [PATCH] Update sch_detector.py Commented import that caused problems with running/pybombs installation. --- python/receiver/sch_detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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