diff options
Diffstat (limited to 'gr-blocks/python/blocks/qa_pack_k_bits.py')
-rw-r--r-- | gr-blocks/python/blocks/qa_pack_k_bits.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/python/blocks/qa_pack_k_bits.py b/gr-blocks/python/blocks/qa_pack_k_bits.py index 28285845b3..c82c025306 100644 --- a/gr-blocks/python/blocks/qa_pack_k_bits.py +++ b/gr-blocks/python/blocks/qa_pack_k_bits.py @@ -28,6 +28,7 @@ from gnuradio import gr, gr_unittest, blocks class test_pack(gr_unittest.TestCase): def setUp(self): + random.seed(0) self.tb = gr.top_block() def tearDown(self): |