mailr26016 - /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 September 24, 2014 - 17:07:
Author: bugman
Date: Wed Sep 24 17:07:40 2014
New Revision: 26016

URL: http://svn.gna.org/viewcvs/relax?rev=26016&view=rev
Log:
Changed the chi2 value checks in the 
Frame_order.test_cam_quad_int_double_rotor* system tests.

These were the values for the quasi-random Sobol' integration and needed 
updating for the SciPy
quadratic integration.


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=26016&r1=26015&r2=26016&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 Wed 
Sep 24 17:07:40 2014
@@ -975,7 +975,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(quad_int=True)
         self.interpreter.run(script_file=self.cam_path+'double_rotor.py')
-        self.check_chi2(0.080146041009531946)
+        self.check_chi2(0.079828365857374614)
 
 
     def test_cam_quad_int_double_rotor_pcs(self):
@@ -984,7 +984,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False, quad_int=True)
         self.interpreter.run(script_file=self.cam_path+'double_rotor.py')
-        self.check_chi2(0.00033425735965255754)
+        self.check_chi2(1.6582207495230563e-05)
 
 
     def test_cam_quad_int_double_rotor_rdc(self):
@@ -1002,7 +1002,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(quad_int=True)
         
self.interpreter.run(script_file=self.cam_path+'double_rotor_large_angle.py')
-        self.check_chi2(0.046993590502437441)
+        self.check_chi2(0.57126501230322546)
 
 
     def test_cam_quad_int_double_rotor_large_angle_pcs(self):
@@ -1011,7 +1011,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False, quad_int=True)
         
self.interpreter.run(script_file=self.cam_path+'double_rotor_large_angle.py')
-        self.check_chi2(0.0030482390409642141)
+        self.check_chi2(0.5273196608417523)
 
 
     def test_cam_quad_int_double_rotor_large_angle_rdc(self):




Related Messages


Powered by MHonArc, Updated Wed Sep 24 17:20:03 2014