mailr23879 - /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 June 12, 2014 - 13:55:
Author: bugman
Date: Thu Jun 12 13:55:35 2014
New Revision: 23879

URL: http://svn.gna.org/viewcvs/relax?rev=23879&view=rev
Log:
Fix for the Frame_order.test_rigid_data_to_free_rotor_model system test.

As the free rotor has undergone a reparameterisation, the chi-squared value 
is now higher.  The
value is reasonable as the free rotor can never model the rigid system.


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=23879&r1=23878&r2=23879&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 Thu 
Jun 12 13:55:35 2014
@@ -1193,7 +1193,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, 94336.297626701955)
+        self.assertAlmostEqual(cdp.chi2, 214008.08232024356)
 
 
     def test_rigid_data_to_iso_cone_model(self):




Related Messages


Powered by MHonArc, Updated Thu Jun 12 14:00:02 2014