mailr23985 - /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 16, 2014 - 18:47:
Author: bugman
Date: Mon Jun 16 18:47:49 2014
New Revision: 23985

URL: http://svn.gna.org/viewcvs/relax?rev=23985&view=rev
Log:
Updates for the Frame_order.test_rigid_data_to_pseudo_ellipse*_model system 
tests.

The chi-squared value now matches the rigid model.


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=23985&r1=23984&r2=23985&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 Mon 
Jun 16 18:47:49 2014
@@ -1271,7 +1271,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, 177.19654222741323, 5)
+        self.assertAlmostEqual(cdp.chi2, 0.01137748706675365, 5)
 
 
     def test_rigid_data_to_pseudo_ellipse_torsionless_model(self):
@@ -1284,4 +1284,4 @@
         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, 2.4741390373203678)
+        self.assertAlmostEqual(cdp.chi2, 0.01137748706675365)




Related Messages


Powered by MHonArc, Updated Mon Jun 16 19:20:02 2014