mailr24464 - /branches/frame_order_cleanup/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 July 05, 2014 - 20:29:
Author: bugman
Date: Sat Jul  5 20:29:37 2014
New Revision: 24464

URL: http://svn.gna.org/viewcvs/relax?rev=24464&view=rev
Log:
Updated the frame order system test chi-squared values for the fix of r24461.


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

Modified: branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/frame_order.py?rev=24464&r1=24463&r2=24464&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/frame_order.py Sat 
Jul  5 20:29:37 2014
@@ -243,7 +243,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         self.interpreter.run(script_file=self.cam_path+'double_rotor.py')
-        self.check_chi2(0.082814499083005949)
+        self.check_chi2(0.082433008378229589)
 
 
     def test_cam_double_rotor_pcs(self):
@@ -252,7 +252,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.0030004452535101396)
+        self.check_chi2(0.0026189545487338103)
 
 
     def test_cam_double_rotor_rdc(self):
@@ -270,7 +270,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         
self.interpreter.run(script_file=self.cam_path+'double_rotor_large_angle.py')
-        self.check_chi2(0.047332316807645894)
+        self.check_chi2(0.0478785034706493)
 
 
     def test_cam_double_rotor_large_angle_pcs(self):
@@ -279,7 +279,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_large_angle.py')
-        self.check_chi2(0.0033862617225179567)
+        self.check_chi2(0.0039324483855213569)
 
 
     def test_cam_double_rotor_large_angle_rdc(self):




Related Messages


Powered by MHonArc, Updated Sat Jul 05 20:40:01 2014