summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_unpack_k_bits.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/python/blocks/qa_unpack_k_bits.py')
-rw-r--r--gr-blocks/python/blocks/qa_unpack_k_bits.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/python/blocks/qa_unpack_k_bits.py b/gr-blocks/python/blocks/qa_unpack_k_bits.py
index f351e75d30..3e2a107b30 100644
--- a/gr-blocks/python/blocks/qa_unpack_k_bits.py
+++ b/gr-blocks/python/blocks/qa_unpack_k_bits.py
@@ -28,6 +28,7 @@ import random
class test_unpack(gr_unittest.TestCase):
def setUp(self):
+ random.seed(0)
self.tb = gr.top_block ()
def tearDown(self):