mailr12624 - /1.3/test_suite/system_tests/pdc.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 24, 2011 - 12:53:
Author: bugman
Date: Thu Feb 24 12:53:48 2011
New Revision: 12624

URL: http://svn.gna.org/viewcvs/relax?rev=12624&view=rev
Log:
Decreased the accuracy of the PDC reading system test, as the PDC data is not 
accurate to 7 places.


Modified:
    1.3/test_suite/system_tests/pdc.py

Modified: 1.3/test_suite/system_tests/pdc.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/pdc.py?rev=12624&r1=12623&r2=12624&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/pdc.py (original)
+++ 1.3/test_suite/system_tests/pdc.py Thu Feb 24 12:53:48 2011
@@ -107,8 +107,8 @@
         i = 0
         for spin in spin_loop():
             # Check the R1 value and error.
-            self.assertAlmostEqual(spin.relax_data[0], r1[i])
-            self.assertAlmostEqual(spin.relax_error[0], r1_err[i])
+            self.assertAlmostEqual(spin.relax_data[0], r1[i], 5)
+            self.assertAlmostEqual(spin.relax_error[0], r1_err[i], 5)
 
             # Increment the data index.
             i += 1




Related Messages


Powered by MHonArc, Updated Fri Feb 25 14:40:02 2011