mailr25892 - /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:06 2014
New Revision: 25892

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

The previous commit used an incorrect value for the chi2.  This new value is 
now much closer to the
original.

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=25892&r1=25891&r2=25892&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:06 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, 896428.80890444247)
+        self.assertAlmostEqual(cdp.chi2, 212124.83278674766)
 
 
     def test_rigid_data_to_iso_cone_free_rotor_model(self):




Related Messages


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