mailr18650 - /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 March 05, 2013 - 18:19:
Author: bugman
Date: Tue Mar  5 18:19:10 2013
New Revision: 18650

URL: http://svn.gna.org/viewcvs/relax?rev=18650&view=rev
Log:
Updated the CaM frame order system tests for the change in how the domain 
rotation is handled.

This is for the free rotor and isotropic cone free rotor models.


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=18650&r1=18649&r2=18650&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 Tue 
Mar  5 18:19:10 2013
@@ -225,7 +225,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         self.interpreter.run(script_file=self.cam_path+'free_rotor.py')
-        self.check_chi2(0.5010702982403058)
+        self.check_chi2(26.111745902046135)
 
 
     def test_cam_free_rotor_missing_data(self):
@@ -234,7 +234,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         
self.interpreter.run(script_file=self.cam_path+'free_rotor_missing_data.py')
-        self.check_chi2(0.39693993157977275)
+        self.check_chi2(19.769652316529044)
 
 
     def test_cam_free_rotor_pcs(self):
@@ -243,7 +243,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_rotor.py')
-        self.check_chi2(0.16358697450174145)
+        self.check_chi2(26.0561429411961)
 
 
     def test_cam_free_rotor_rdc(self):
@@ -252,7 +252,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_rotor.py')
-        self.check_chi2(0.49726258158951819)
+        self.check_chi2(0.055602960850032274)
 
 
     def test_cam_free_rotor2(self):
@@ -261,7 +261,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(0.16009718934343264)
+        self.check_chi2(20.036591746561481)
 
 
     def test_cam_free_rotor2_pcs(self):
@@ -270,7 +270,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(0.071343969400516946)
+        self.check_chi2(19.974062558612736)
 
 
     def test_cam_free_rotor2_rdc(self):
@@ -279,7 +279,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.15789122044584425)
+        self.check_chi2(0.062529187948743833)
 
 
     def test_cam_iso_cone(self):
@@ -315,7 +315,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(25.809427534465456)
+        self.check_chi2(48.623418841452626)
 
 
     def test_cam_iso_cone_free_rotor_pcs(self):
@@ -324,7 +324,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(0.1329503185012858)
+        self.check_chi2(31.340571886727734)
 
 
     def test_cam_iso_cone_free_rotor_rdc(self):
@@ -333,7 +333,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_rotor.py')
-        self.check_chi2(0.1984082397486189)
+        self.check_chi2(17.282846954724896)
 
 
     def test_cam_iso_cone_free_rotor2(self):
@@ -342,7 +342,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(14.592812979256083)
+        self.check_chi2(25.367430594567658)
 
 
     def test_cam_iso_cone_free_rotor2_pcs(self):
@@ -351,7 +351,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(0.63316204144939736)
+        self.check_chi2(25.326543785930376)
 
 
     def test_cam_iso_cone_free_rotor2_rdc(self):




Related Messages


Powered by MHonArc, Updated Tue Mar 05 18:40:02 2013