mailr20200 - /trunk/test_suite/system_tests/frame_order.py


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

Header


Content

Posted by edward on June 18, 2013 - 18:01:
Author: bugman
Date: Tue Jun 18 18:01:25 2013
New Revision: 20200

URL: http://svn.gna.org/viewcvs/relax?rev=20200&view=rev
Log:
Decreased the precision of the check in the 
Frame_order.test_rigid_data_to_rigid_model system test.

This is to allow the test to pass on a MS Windows 7 test machine.


Modified:
    trunk/test_suite/system_tests/frame_order.py

Modified: trunk/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/frame_order.py?rev=20200&r1=20199&r2=20200&view=diff
==============================================================================
--- trunk/test_suite/system_tests/frame_order.py (original)
+++ trunk/test_suite/system_tests/frame_order.py Tue Jun 18 18:01:25 2013
@@ -1218,7 +1218,7 @@
         self.script_exec(status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'rigid_test.py')
 
         # Check the chi2 value.
-        self.assertAlmostEqual(cdp.chi2, 0.0113763520134)
+        self.assertAlmostEqual(cdp.chi2, 0.0113763520134, 5)
 
 
     def test_rigid_data_to_rotor_model(self):




Related Messages


Powered by MHonArc, Updated Tue Jun 18 18:20:02 2013