commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: eb
Subject: [Commit-gnuradio] r6210 - gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr
Date: Wed, 29 Aug 2007 14:44:39 -0600 (MDT)

Author: eb
Date: 2007-08-29 14:44:39 -0600 (Wed, 29 Aug 2007)
New Revision: 6210

Modified:
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py
Log:
loosened tolerance so that it passes on Cell/PPC

Modified: gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py
===================================================================
--- gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py       
2007-08-29 19:51:55 UTC (rev 6209)
+++ gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py       
2007-08-29 20:44:39 UTC (rev 6210)
@@ -155,7 +155,7 @@
         # convert it from normalized frequency to absolute frequency (Hz)
         dst_data = [i*(sampling_freq/(2*math.pi)) for i in dst_data]
 
-        self.assertFloatTuplesAlmostEqual (expected_result, dst_data, 4)
+        self.assertFloatTuplesAlmostEqual (expected_result, dst_data, 3)
 
 if __name__ == '__main__':
     gr_unittest.main ()





reply via email to

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