[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/01: fec: polar code QA code was not prod
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/01: fec: polar code QA code was not producing XML files containing results. |
Date: |
Tue, 20 Oct 2015 21:58:55 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit f3cd58009b5939f5dffeed0b2767ea42bfc1c78f
Author: Tom Rondeau <address@hidden>
Date: Tue Oct 20 17:52:06 2015 -0400
fec: polar code QA code was not producing XML files containing results.
---
gr-fec/python/fec/qa_polar_decoder_sc.py | 4 +---
gr-fec/python/fec/qa_polar_decoder_sc_list.py | 5 +----
gr-fec/python/fec/qa_polar_encoder.py | 3 +--
3 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/gr-fec/python/fec/qa_polar_decoder_sc.py
b/gr-fec/python/fec/qa_polar_decoder_sc.py
index 1ef4580..6dd1e8e 100644
--- a/gr-fec/python/fec/qa_polar_decoder_sc.py
+++ b/gr-fec/python/fec/qa_polar_decoder_sc.py
@@ -116,6 +116,4 @@ class test_polar_decoder_sc(gr_unittest.TestCase):
if __name__ == '__main__':
- gr_unittest.run(test_polar_decoder_sc)
-
-
+ gr_unittest.run(test_polar_decoder_sc, "test_polar_decoder_sc.xml")
diff --git a/gr-fec/python/fec/qa_polar_decoder_sc_list.py
b/gr-fec/python/fec/qa_polar_decoder_sc_list.py
index adbb736..36819b3 100644
--- a/gr-fec/python/fec/qa_polar_decoder_sc_list.py
+++ b/gr-fec/python/fec/qa_polar_decoder_sc_list.py
@@ -124,7 +124,4 @@ class test_polar_decoder_sc_list(gr_unittest.TestCase):
if __name__ == '__main__':
- gr_unittest.run(test_polar_decoder_sc_list)
-
-
-
+ gr_unittest.run(test_polar_decoder_sc_list,
"test_polar_decoder_sc_list.xml")
diff --git a/gr-fec/python/fec/qa_polar_encoder.py
b/gr-fec/python/fec/qa_polar_encoder.py
index 22d9b11..d7362b6 100644
--- a/gr-fec/python/fec/qa_polar_encoder.py
+++ b/gr-fec/python/fec/qa_polar_encoder.py
@@ -121,5 +121,4 @@ class test_polar_encoder(gr_unittest.TestCase):
if __name__ == '__main__':
- gr_unittest.run(test_polar_encoder)
-
+ gr_unittest.run(test_polar_encoder, "test_polar_encoder.xml")