mailr26002 - /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 - 13:20:
Author: bugman
Date: Wed Sep 24 13:20:02 2014
New Revision: 26002

URL: http://svn.gna.org/viewcvs/relax?rev=26002&view=rev
Log:
Updated the chi2 check in the 
Frame_order.test_cam_qr_int_pseudo_ellipse_free_rotor_rdc system test.

This test is not normally run as it blacklisted and duplicates the coverage 
of other tests.  However
its chi-squared value check had not been updated for a while and hence the 
test fails when
explicitly run.


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=26002&r1=26001&r2=26002&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 13:20:02 2014
@@ -831,7 +831,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(pcs=False)
         
self.interpreter.run(script_file=self.cam_path+'pseudo_ellipse_free_rotor.py')
-        self.check_chi2(0.036975308912984388)
+        self.check_chi2(0.039974228590570947)
 
 
     def test_cam_qr_int_pseudo_ellipse_torsionless(self):




Related Messages


Powered by MHonArc, Updated Wed Sep 24 13:40:02 2014