aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-02-27 08:47:20 +0100
committerPiotr Krysik <ptrkrysik@gmail.com>2018-02-27 14:45:14 +0100
commitd0a136b1a7c349e463c9251b6e8dd49f74a6f973 (patch)
tree5d827ebf5c36c1568489efde4187c6839ab18e90 /python
parenteb81b03c02833f2ebb002d3c364b7a21fdae041c (diff)
Portability fix: experimental blocks require numpy and scipy which causes problems on Windows. Don't load them by default.
Diffstat (limited to 'python')
-rw-r--r--python/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/__init__.py b/python/__init__.py
index 0a9e544..c2c016b 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -47,9 +47,9 @@ from grgsm_swig import *
# import any pure python here
from hier_block import hier_block
-from fcch_burst_tagger import fcch_burst_tagger
-from sch_detector import sch_detector
-from fcch_detector import fcch_detector
+#from fcch_burst_tagger import fcch_burst_tagger
+#from sch_detector import sch_detector
+#from fcch_detector import fcch_detector
from clock_offset_corrector_tagged import clock_offset_corrector_tagged
from gsm_input import gsm_input
from gsm_bcch_ccch_demapper import gsm_bcch_ccch_demapper