diff options
author | Tom Rondeau <tom@trondeau.com> | 2015-10-20 17:52:06 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2015-10-20 17:52:06 -0400 |
commit | f3cd58009b5939f5dffeed0b2767ea42bfc1c78f (patch) | |
tree | 8633e34b70641fc57ec14e382dc49ed36d3f717c /gr-fec | |
parent | 83da78945f7e68da2630f7006ce319d758fdc29d (diff) |
fec: polar code QA code was not producing XML files containing results.
Diffstat (limited to 'gr-fec')
-rw-r--r-- | gr-fec/python/fec/qa_polar_decoder_sc.py | 4 | ||||
-rw-r--r-- | gr-fec/python/fec/qa_polar_decoder_sc_list.py | 5 | ||||
-rw-r--r-- | 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 1ef458082a..6dd1e8e481 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 adbb736f01..36819b396f 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 22d9b11fae..d7362b6dc4 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") |