mailr23407 - /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 - 09:48:
Author: bugman
Date: Mon May 26 09:48:42 2014
New Revision: 23407

URL: http://svn.gna.org/viewcvs/relax?rev=23407&view=rev
Log:
Updated a number of the CaM frame order system tests for the higher precision 
data.

The new data results in chi-squared values at the real solution to be much 
closer to zero.  The
free-rotor pseudo-ellipse models might need investigation however as the 
chi-squared values have
increased.

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=23407&r1=23406&r2=23407&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 09:48:42 2014
@@ -350,7 +350,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(opt=True)
         self.interpreter.run(script_file=self.cam_path+'iso_cone.py')
-        self.check_chi2(4.4891048094666539)
+        self.check_chi2(4.1803675413260173)
 
 
     def test_cam_iso_cone_pcs(self):
@@ -377,7 +377,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_rotor.py')
-        self.check_chi2(31.400316262936347)
+        self.check_chi2(0.35092758489647358)
 
 
     def test_cam_iso_cone_free_rotor_pcs(self):
@@ -386,7 +386,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_rotor.py')
-        self.check_chi2(31.340571886727734)
+        self.check_chi2(0.33994118183030736)
 
 
     def test_cam_iso_cone_free_rotor_rdc(self):
@@ -512,7 +512,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         
self.interpreter.run(script_file=self.cam_path+'pseudo_ellipse_free_rotor.py')
-        self.check_chi2(3.1209520727818716)
+        self.check_chi2(3.2724883075092652)
 
 
     def test_cam_pseudo_ellipse_free_rotor_pcs(self):
@@ -521,7 +521,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False)
         
self.interpreter.run(script_file=self.cam_path+'pseudo_ellipse_free_rotor.py')
-        self.check_chi2(3.0780325068058922)
+        self.check_chi2(3.2355129985962812)
 
 
     def test_cam_pseudo_ellipse_free_rotor_rdc(self):




Related Messages


Powered by MHonArc, Updated Mon May 26 10:00:04 2014