mailr15328 - in /branches/frame_order_testing/test_suite: shared_data/frame_order/cam/opt_stats 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 08, 2012 - 15:43:
Author: bugman
Date: Wed Feb  8 15:43:17 2012
New Revision: 15328

URL: http://svn.gna.org/viewcvs/relax?rev=15328&view=rev
Log:
Updates for the isotropic cone frame order system test chi-square values.


Modified:
    
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/opt_stats
    branches/frame_order_testing/test_suite/system_tests/frame_order.py

Modified: 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/opt_stats
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/shared_data/frame_order/cam/opt_stats?rev=15328&r1=15327&r2=15328&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/opt_stats 
(original)
+++ 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/opt_stats 
Wed Feb  8 15:43:17 2012
@@ -49,7 +49,7 @@
 rotor_2_state               ?                   ?                   ?
 free_rotor                  18.19765307215      5.17902126915       
13.018631803
 free_rotor2                 394.1767902138      5.2780738618        
388.898716352
-iso_cone (100 pts)          42.78193228255196   6.99143252681       
35.790499755741962
+iso_cone (100 pts)          40.370619886771799  6.1160690302975809  
34.254550856474211
 iso_cone_free_rotor         91.81929629487      2.55339343957       
89.2659028553
 iso_cone_free_rotor2        27.04106736869      1.95519413809       
25.0858732306
 iso_cone_torsionless        89142.72228781572   86901.935712935723  
2240.78657488

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=15328&r1=15327&r2=15328&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 Wed 
Feb  8 15:43:17 2012
@@ -263,7 +263,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         self.interpreter.run(script_file=self.cam_path+'iso_cone.py')
-        self.check_chi2(6.99143252681+35.790499755741962)
+        self.check_chi2(6.1160690302975809+34.254550856474211)
 
 
     def test_cam_iso_cone_no_rdc(self):
@@ -272,7 +272,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.py')
-        self.check_chi2(35.790499755741962)
+        self.check_chi2(34.254550856474211)
 
 
     def test_cam_iso_cone_no_pcs(self):
@@ -281,7 +281,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.py')
-        self.check_chi2(6.99143252681)
+        self.check_chi2(6.1160690302975809)
 
 
     def test_cam_iso_cone_free_rotor(self):




Related Messages


Powered by MHonArc, Updated Wed Feb 08 16:00:01 2012