summaryrefslogtreecommitdiff
path: root/gr-analog/python/analog/qa_phase_modulator.py
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-analog/python/analog/qa_phase_modulator.py
parentbabc17e616d01c09d281a59fbbf780961b372b39 (diff)
qa: remove xml file parameter causing deprecation warnings
Diffstat (limited to 'gr-analog/python/analog/qa_phase_modulator.py')
-rw-r--r--gr-analog/python/analog/qa_phase_modulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/python/analog/qa_phase_modulator.py b/gr-analog/python/analog/qa_phase_modulator.py
index dccd07e56c..305b6ee665 100644
--- a/gr-analog/python/analog/qa_phase_modulator.py
+++ b/gr-analog/python/analog/qa_phase_modulator.py
@@ -43,5 +43,5 @@ class test_phase_modulator(gr_unittest.TestCase):
self.assertComplexTuplesAlmostEqual(expected_result, result_data, 5)
if __name__ == '__main__':
- gr_unittest.run(test_phase_modulator, "test_phase_modulator.xml")
+ gr_unittest.run(test_phase_modulator)