mailr23669 - /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 June 05, 2014 - 19:05:
Author: bugman
Date: Thu Jun  5 19:05:20 2014
New Revision: 23669

URL: http://svn.gna.org/viewcvs/relax?rev=23669&view=rev
Log:
Updated the 3 Frame_order.test_cam_rotor2* system tests for the higher 
quality data.


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=23669&r1=23668&r2=23669&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 Thu 
Jun  5 19:05:20 2014
@@ -634,7 +634,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(opt=True)
         self.interpreter.run(script_file=self.cam_path+'rotor2.py')
-        self.check_chi2(0.24293662685639067)
+        self.check_chi2(0.075040490418167072)
 
 
     def test_cam_rotor2_pcs(self):
@@ -643,7 +643,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False)
         self.interpreter.run(script_file=self.cam_path+'rotor2.py')
-        self.check_chi2(0.0017542810437989119)
+        self.check_chi2(1.5787105392036996e-06)
 
 
     def test_cam_rotor2_rdc(self):
@@ -652,7 +652,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(pcs=False)
         self.interpreter.run(script_file=self.cam_path+'rotor2.py')
-        self.check_chi2(0.080669539157379247)
+        self.check_chi2(0.075038911707627859)
 
 
     def test_generate_rotor2_distribution(self):




Related Messages


Powered by MHonArc, Updated Fri Jun 06 08:40:02 2014