summaryrefslogtreecommitdiff
path: root/gr-uhd/python/uhd/qa_uhd.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/python/uhd/qa_uhd.py')
-rw-r--r--gr-uhd/python/uhd/qa_uhd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-uhd/python/uhd/qa_uhd.py b/gr-uhd/python/uhd/qa_uhd.py
index f36a6e9f1d..a954a2233b 100644
--- a/gr-uhd/python/uhd/qa_uhd.py
+++ b/gr-uhd/python/uhd/qa_uhd.py
@@ -37,6 +37,8 @@ class test_uhd(gr_unittest.TestCase):
"""
Try to manipulate the stream args channels for proper swig'ing checks.
"""
+ # FIXME: stream_args_t.channels.append does not work due to copy operation of STL vectors
+ # Needs to either change API, remove QA test, or somehow remap append()
sa = uhd.stream_args_t()
sa.channels.append(1)
sa.channels.append(0)