summaryrefslogtreecommitdiff
path: root/gr-wavelet/python
diff options
context:
space:
mode:
authormormj <mormjb@gmail.com>2020-10-30 10:46:31 -0400
committerMarcus Müller <marcus@hostalia.de>2020-10-30 17:52:53 +0100
commit12192ee7d58de95ddca35a3e93bfc172bdb5c820 (patch)
tree14414e1454b2164aad0e2a7515e24d1fb56eddf1 /gr-wavelet/python
parentbabc17e616d01c09d281a59fbbf780961b372b39 (diff)
qa: remove xml file parameter causing deprecation warnings
Diffstat (limited to 'gr-wavelet/python')
-rw-r--r--gr-wavelet/python/wavelet/qa_classify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wavelet/python/wavelet/qa_classify.py b/gr-wavelet/python/wavelet/qa_classify.py
index dece26b6a1..e2c2ad03d4 100644
--- a/gr-wavelet/python/wavelet/qa_classify.py
+++ b/gr-wavelet/python/wavelet/qa_classify.py
@@ -168,4 +168,4 @@ class test_classify(gr_unittest.TestCase):
assert sum < 1e-6
if __name__ == '__main__':
- gr_unittest.run(test_classify, "test_classify.xml")
+ gr_unittest.run(test_classify)