mailr23423 - /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 May 26, 2014 - 15:37:
Author: bugman
Date: Mon May 26 15:37:55 2014
New Revision: 23423

URL: http://svn.gna.org/viewcvs/relax?rev=23423&view=rev
Log:
Updated the 2nd CaM free-rotor frame order system tests for the correct 
average domain position.

The chi-squared values are now significantly lower.

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=23423&r1=23422&r2=23423&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 Mon 
May 26 15:37:55 2014
@@ -323,7 +323,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         self.interpreter.run(script_file=self.cam_path+'free_rotor2.py')
-        self.check_chi2(20.036591746561481)
+        self.check_chi2(0.056763266408536101)
 
 
     def test_cam_free_rotor2_pcs(self):
@@ -332,7 +332,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False)
         self.interpreter.run(script_file=self.cam_path+'free_rotor2.py')
-        self.check_chi2(19.974062558612736)
+        self.check_chi2(0.000018773964105)
 
 
     def test_cam_free_rotor2_rdc(self):
@@ -341,7 +341,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(pcs=False)
         self.interpreter.run(script_file=self.cam_path+'free_rotor2.py')
-        self.check_chi2(0.062529187948743833)
+        self.check_chi2(0.056744492444430819)
 
 
     def test_cam_iso_cone(self):
@@ -404,7 +404,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         
self.interpreter.run(script_file=self.cam_path+'iso_cone_free_rotor2.py')
-        self.check_chi2(25.367430594567658)
+        self.check_chi2(0.056584109409327947)
 
 
     def test_cam_iso_cone_free_rotor2_pcs(self):
@@ -413,7 +413,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False)
         
self.interpreter.run(script_file=self.cam_path+'iso_cone_free_rotor2.py')
-        self.check_chi2(25.326543785930376)
+        self.check_chi2(0.051025162527258534)
 
 
     def test_cam_iso_cone_free_rotor2_rdc(self):
@@ -422,7 +422,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(pcs=False)
         
self.interpreter.run(script_file=self.cam_path+'iso_cone_free_rotor2.py')
-        self.check_chi2(0.034276292191227402)
+        self.check_chi2(0.0055589468820694179)
 
 
     def test_cam_iso_cone_torsionless(self):




Related Messages


Powered by MHonArc, Updated Mon May 26 16:40:02 2014