aboutsummaryrefslogtreecommitdiffstats
path: root/tests/correlator/epy_block_1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/correlator/epy_block_1.py')
-rw-r--r--tests/correlator/epy_block_1.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/correlator/epy_block_1.py b/tests/correlator/epy_block_1.py
index 7e722fc..8ace6e4 100644
--- a/tests/correlator/epy_block_1.py
+++ b/tests/correlator/epy_block_1.py
@@ -1,6 +1,9 @@
import numpy as np
from gnuradio import gr
+# remove print for now
+print = lambda x: None
+
np.set_printoptions(formatter={'int':hex})
class blk(gr.sync_block):