commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r7038 - gnuradio/trunk/gnuradio-core/src/python/gnurad


From: jcorgan
Subject: [Commit-gnuradio] r7038 - gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr
Date: Tue, 27 Nov 2007 10:00:41 -0700 (MST)

Author: jcorgan
Date: 2007-11-27 10:00:40 -0700 (Tue, 27 Nov 2007)
New Revision: 7038

Modified:
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py
Log:
Added FIXME tags.

Modified: 
gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py
===================================================================
--- gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py    
2007-11-27 15:30:03 UTC (rev 7037)
+++ gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py    
2007-11-27 17:00:40 UTC (rev 7038)
@@ -93,7 +93,7 @@
         assert(msg.length() == self.vlen * gr.sizeof_float)
         self.data = struct.unpack('%df' % (self.vlen,), msg.to_string())
 
-
+# FIXME: see ticket:199
 class xtest_bin_statistics(gr_unittest.TestCase):
 
     def setUp(self):

Modified: 
gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py
===================================================================
--- 
gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py    
    2007-11-27 15:30:03 UTC (rev 7037)
+++ 
gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py    
    2007-11-27 17:00:40 UTC (rev 7038)
@@ -293,6 +293,6 @@
 
 if __name__ == '__main__':
     pass
-    # Disabled, see ticket:210
+    # FIXME: Disabled, see ticket:210
     # gr_unittest.main()
         

Modified: gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py
===================================================================
--- gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py        
2007-11-27 15:30:03 UTC (rev 7037)
+++ gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py        
2007-11-27 17:00:40 UTC (rev 7038)
@@ -167,5 +167,5 @@
 if __name__ == '__main__':
     pass
     # Note: disabled until segfault issue is resolved    
-    # See ticket:211
+    # FIXME: See ticket:211
     # gr_unittest.main ()





reply via email to

[Prev in Thread] Current Thread [Next in Thread]