mailr22114 - /branches/double_rotor/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 February 04, 2014 - 10:24:
Author: bugman
Date: Tue Feb  4 10:24:23 2014
New Revision: 22114

URL: http://svn.gna.org/viewcvs/relax?rev=22114&view=rev
Log:
Changed the precision of the deactivated 
Frame_order.test_cam_double_rotor_pcs system test.

This test will run with the command "relax -s 
Frame_order.test_cam_double_rotor_pcs" and, because of
the small angle of the test model, the chi-squared value differences for just 
the PCS were too small
for the previous precision of 1 decimal place.


Modified:
    branches/double_rotor/test_suite/system_tests/frame_order.py

Modified: branches/double_rotor/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/system_tests/frame_order.py?rev=22114&r1=22113&r2=22114&view=diff
==============================================================================
--- branches/double_rotor/test_suite/system_tests/frame_order.py (original)
+++ branches/double_rotor/test_suite/system_tests/frame_order.py Tue Feb  4 
10:24:23 2014
@@ -268,7 +268,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False)
         self.interpreter.run(script_file=self.cam_path+'double_rotor.py')
-        self.check_chi2(0.0010998457430728529)
+        self.check_chi2(0.0010998457430728529, places=4)
 
 
     def test_cam_double_rotor_rdc(self):




Related Messages


Powered by MHonArc, Updated Tue Feb 04 15:40:02 2014