mailr15375 - /branches/frame_order_testing/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 27, 2012 - 14:53:
Author: bugman
Date: Mon Feb 27 14:53:10 2012
New Revision: 15375

URL: http://svn.gna.org/viewcvs/relax?rev=15375&view=rev
Log:
Fixes for the 2nd free rotor frame order model system tests.

Now the correct tests have the real chi2 values for this model, the previous 
commit had the values
in the iso_cone_free_rotor2 tests!


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

Modified: branches/frame_order_testing/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/frame_order.py?rev=15375&r1=15374&r2=15375&view=diff
==============================================================================
--- branches/frame_order_testing/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_testing/test_suite/system_tests/frame_order.py Mon 
Feb 27 14:53:10 2012
@@ -237,7 +237,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(53940.907790776953+923.37301354598378)
+        self.check_chi2(0.0022059421550204446+0.15789122044584425)
 
 
     def test_cam_free_rotor2_pcs(self):
@@ -246,7 +246,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(53940.907790776953)
+        self.check_chi2(0.0022059421550204446)
 
 
     def test_cam_free_rotor2_rdc(self):
@@ -255,7 +255,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(923.37301354598378)
+        self.check_chi2(0.15789122044584425)
 
 
     def test_cam_iso_cone(self):




Related Messages


Powered by MHonArc, Updated Mon Feb 27 15:00:01 2012