mailr23980 - /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 - 17:40:
Author: bugman
Date: Mon Jun 16 17:40:42 2014
New Revision: 23980

URL: http://svn.gna.org/viewcvs/relax?rev=23980&view=rev
Log:
Updates for the chi-squared value in all the 
Frame_order.test_rigid_data_to_*_model system tests.

This is now much reduced as the true rigid state is now being tested for.


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=23980&r1=23979&r2=23980&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 17:40:42 2014
@@ -1206,7 +1206,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, 176.64674746699848, 5)
+        self.assertAlmostEqual(cdp.chi2, 0.01137748706675365, 5)
 
 
     def test_rigid_data_to_iso_cone_free_rotor_model(self):
@@ -1219,7 +1219,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, 100674.05302693754)
+        self.assertAlmostEqual(cdp.chi2, 23550.090942429295)
 
 
     def test_rigid_data_to_iso_cone_torsionless_model(self):
@@ -1232,7 +1232,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, 0.85782114196754744, 5)
+        self.assertAlmostEqual(cdp.chi2, 0.01137748706675365, 5)
 
 
     def test_rigid_data_to_rigid_model(self):
@@ -1258,7 +1258,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, 0.074809769525617603, 5)
+        self.assertAlmostEqual(cdp.chi2, 0.011377487066752203, 5)
 
 
     def test_rigid_data_to_pseudo_ellipse_model(self):




Related Messages


Powered by MHonArc, Updated Mon Jun 16 18:00:02 2014