From c9e98bbf349dd74dfe3d6ef1a71f91418dfc2eb4 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Wed, 24 Nov 2021 20:20:40 +0100 Subject: Discussion --- src/gr-fadingui/python/qa_xor_frame_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gr-fadingui/python/qa_xor_frame_sync.py') diff --git a/src/gr-fadingui/python/qa_xor_frame_sync.py b/src/gr-fadingui/python/qa_xor_frame_sync.py index e763d00..9c480a0 100644 --- a/src/gr-fadingui/python/qa_xor_frame_sync.py +++ b/src/gr-fadingui/python/qa_xor_frame_sync.py @@ -19,7 +19,7 @@ class test_xor_frame_sync(gr_unittest.TestCase): pattern = np.array([0xc0, 0xff, 0xee], dtype=np.uint8) testdata = np.packbits(np.concatenate([ np.unpackbits(np.arange(0, 5, dtype=np.uint8)), - # np.random.randint(0, 2, size = 8 * 5), + np.random.randint(0, 2, size = 8 * 5), np.unpackbits(pattern), np.random.randint(0, 2, size = 64) ])) -- cgit v1.2.1