From f96b83cb48321d7cd51cdedf3c9af6242b670a17 Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Wed, 16 Nov 2016 16:32:40 -0800 Subject: [PATCH] Remove unneeded parameter from rx_path.get_threshold. --- python/rx_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/rx_path.py b/python/rx_path.py index b89ff2d..1b47585 100644 --- a/python/rx_path.py +++ b/python/rx_path.py @@ -83,6 +83,6 @@ class rx_path(gr.hier_block2): def get_pmf(self, pmf): return not (self._bb == self._demod) - def get_threshold(self, threshold): + def get_threshold(self): return self._sync.get_threshold()