mailr22155 - /trunk/test_suite/system_tests/relax_fit.py


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

Header


Content

Posted by edward on February 07, 2014 - 17:03:
Author: bugman
Date: Fri Feb  7 17:03:36 2014
New Revision: 22155

URL: http://svn.gna.org/viewcvs/relax?rev=22155&view=rev
Log:
Loosened the checks of some of the Relax_fit system tests.

These are the Relax_fit.test_curve_fitting_height and 
Relax_fit.test_curve_fitting_volume system
tests.  The minor change is required to allow the tests to pass on a 32-bit 
system with Python
3.3.3.


Modified:
    trunk/test_suite/system_tests/relax_fit.py

Modified: trunk/test_suite/system_tests/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_fit.py?rev=22155&r1=22154&r2=22155&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_fit.py (original)
+++ trunk/test_suite/system_tests/relax_fit.py Fri Feb  7 17:03:36 2014
@@ -82,7 +82,7 @@
 
         # Check the errors.
         for key in cdp.sigma_I:
-            self.assertEqual(cdp.sigma_I[key], 10578.039482421433)
+            self.assertEqual(cdp.sigma_I[key], 10578.039482421433, 6)
             self.assertEqual(cdp.var_I[key], 111894919.29166669)
 
         # Spin data check.




Related Messages


Powered by MHonArc, Updated Fri Feb 07 18:00:02 2014