mailr25889 - /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 17, 2014 - 17:12:
Author: bugman
Date: Wed Sep 17 17:12:00 2014
New Revision: 25889

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

This value has changed due to the first 1000 points of the Sobol' sequence 
being skipped.

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=25889&r1=25888&r2=25889&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 17 17:12:00 2014
@@ -1699,7 +1699,7 @@
         self.script_exec(status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'rigid_test.py')
 
         # Check the chi2 value.
-        self.assertAlmostEqual(cdp.chi2, 204026.70481594582)
+        self.assertAlmostEqual(cdp.chi2, 896428.80890444247)
 
 
     def test_rigid_data_to_iso_cone_free_rotor_model(self):




Related Messages


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