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