mailr22149 - /trunk/test_suite/system_tests/relax_disp.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 - 13:27:
Author: bugman
Date: Fri Feb  7 13:27:25 2014
New Revision: 22149

URL: http://svn.gna.org/viewcvs/relax?rev=22149&view=rev
Log:
Decreased the precision of the Relax_disp.test_hansen_cpmg_data_auto_analysis 
system test.

This is to allow the test to pass on a 32-bit test system using Python 2.5 
and Python 3.1 (Mageia 4
i586 VM).


Modified:
    trunk/test_suite/system_tests/relax_disp.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=22149&r1=22148&r2=22149&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Fri Feb  7 13:27:25 2014
@@ -556,7 +556,7 @@
         print("%-20s %20.15g %20.15g" % ("kex", spin70.kex, spin71.kex))
         print("%-20s %20.15g %20.15g\n" % ("chi2", spin70.chi2, spin71.chi2))
         self.assertAlmostEqual(spin70.r2[r20_key1], 6.74326615264889, 3)
-        self.assertAlmostEqual(spin70.r2[r20_key2], 6.57331164382438, 3)
+        self.assertAlmostEqual(spin70.r2[r20_key2], 6.57331164382438, 2)
         self.assertAlmostEqual(spin70.phi_ex, 0.312767653822936, 3)
         self.assertAlmostEqual(spin70.kex/10000, 4723.44390412119/10000, 3)
         self.assertAlmostEqual(spin70.chi2, 363.534049046805, 3)




Related Messages


Powered by MHonArc, Updated Fri Feb 07 13:40:02 2014