commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 06/07: + Fixed Bug in qa_multiply_matrix_ff


From: git
Subject: [Commit-gnuradio] [gnuradio] 06/07: + Fixed Bug in qa_multiply_matrix_ff test_005_t
Date: Sun, 30 Aug 2015 21:20:01 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit ee332ff7e4554e6a635bea35b5e1284e698e202c
Author: spectrejan <address@hidden>
Date:   Sun Aug 30 20:08:54 2015 +0200

    + Fixed Bug in qa_multiply_matrix_ff test_005_t
---
 gr-blocks/python/blocks/qa_multiply_matrix_ff.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gr-blocks/python/blocks/qa_multiply_matrix_ff.py 
b/gr-blocks/python/blocks/qa_multiply_matrix_ff.py
index fdf0205..357120b 100755
--- a/gr-blocks/python/blocks/qa_multiply_matrix_ff.py
+++ b/gr-blocks/python/blocks/qa_multiply_matrix_ff.py
@@ -144,9 +144,9 @@ class test_multiply_matrix_ff (gr_unittest.TestCase):
         tag2.offset = 0
         tag2.key = pmt.intern("in2")
         tag2.value = pmt.PMT_T
-        self.run_once(X_in, A, tpp=999, tags=(tag1, tag2))
-        self.assertTrue(pmt.equal(tag1.key, self.the_tags[1][0].key))
-        self.assertTrue(pmt.equal(tag2.key, self.the_tags[0][0].key))
+        self.run_once(X_in, A, tpp=gr.TPP_ONE_TO_ONE, tags=(tag1, tag2))
+        self.assertTrue(pmt.equal(tag1.key, self.the_tags[0][0].key))
+        self.assertTrue(pmt.equal(tag2.key, self.the_tags[1][0].key))
 
     #def test_006_t (self):
         #""" Message passing """



reply via email to

[Prev in Thread] Current Thread [Next in Thread]