mailr24467 - /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 July 05, 2014 - 20:47:
Author: bugman
Date: Sat Jul  5 20:47:53 2014
New Revision: 24467

URL: http://svn.gna.org/viewcvs/relax?rev=24467&view=rev
Log:
Updated the chi2 check for the large angle double rotor frame order system 
tests.

This is needed for the eigenframe fix.


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=24467&r1=24466&r2=24467&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 Sat 
Jul  5 20:47:53 2014
@@ -270,7 +270,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         
self.interpreter.run(script_file=self.cam_path+'double_rotor_large_angle.py')
-        self.check_chi2(0.0478785034706493)
+        self.check_chi2(0.04420414251367831)
 
 
     def test_cam_double_rotor_large_angle_pcs(self):
@@ -279,7 +279,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False)
         
self.interpreter.run(script_file=self.cam_path+'double_rotor_large_angle.py')
-        self.check_chi2(0.0039324483855213569)
+        self.check_chi2(0.00025808742855180884)
 
 
     def test_cam_double_rotor_large_angle_rdc(self):




Related Messages


Powered by MHonArc, Updated Sat Jul 05 21:00:02 2014