From 92e88a44905e2db1a7b32763b030529aa702283a Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 10 Dec 2021 19:23:16 +0100 Subject: Continue tagged to vector stream --- tests/correlator/epy_block_1.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/correlator/epy_block_1.py') 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): -- cgit v1.2.1