mailr24334 - /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 June 26, 2014 - 16:40:
Author: bugman
Date: Thu Jun 26 16:40:02 2014
New Revision: 24334

URL: http://svn.gna.org/viewcvs/relax?rev=24334&view=rev
Log:
Updated the chi-squared values being checked for the double rotor frame order 
system tests.


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=24334&r1=24333&r2=24334&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 Thu 
Jun 26 16:40:02 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.081769384900455433)
+        self.check_chi2(0.082814499083005949)
 
 
     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.0010998457430728529)
+        self.check_chi2(0.0030004452535101396)
 
 
     def test_cam_double_rotor_rdc(self):
@@ -261,7 +261,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(pcs=False)
         self.interpreter.run(script_file=self.cam_path+'double_rotor.py')
-        self.check_chi2(0.080669539157379247)
+        self.check_chi2(0.079814053829495801)
 
 
     def test_cam_double_rotor_large_angle(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.081769384900455433)
+        self.check_chi2(0.047332316807645894)
 
 
     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.00016331682903726827)
+        self.check_chi2(0.0033862617225179567)
 
 
     def test_cam_double_rotor_large_angle_rdc(self):
@@ -288,7 +288,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(pcs=False)
         
self.interpreter.run(script_file=self.cam_path+'double_rotor_large_angle.py')
-        self.check_chi2(0.080669539157379247)
+        self.check_chi2(0.043946055085127944)
 
 
     def test_cam_free_rotor(self):




Related Messages


Powered by MHonArc, Updated Fri Jun 27 13:00:03 2014