mailr23430 - /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 May 26, 2014 - 19:08:
Author: bugman
Date: Mon May 26 19:08:02 2014
New Revision: 23430

URL: http://svn.gna.org/viewcvs/relax?rev=23430&view=rev
Log:
Updates for some of the frame order system tests for the rotation matrix 
pre-calculation change.

As the rotation matrix is being pre-calculated, one consequence is that the 
Sobol' angles are now
full 64-bit precision rather than 32-bit.  Therefore this changes the 
chi-squared value a little,
requiring updates to the tests.

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=23430&r1=23429&r2=23430&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 
May 26 19:08:02 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, 94337.620142880114)
+        self.assertAlmostEqual(cdp.chi2, 94337.62007871762)
 
 
     def test_rigid_data_to_iso_cone_model(self):
@@ -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.21076150431688, 5)
+        self.assertAlmostEqual(cdp.chi2, 176.21063858705818, 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, 101218.55718817962)
+        self.assertAlmostEqual(cdp.chi2, 101218.5555085316)
 
 
     def test_rigid_data_to_iso_cone_torsionless_model(self):
@@ -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, 176.7605562647316, 5)
+        self.assertAlmostEqual(cdp.chi2, 176.76043334747291, 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.7993179077540522)
+        self.assertAlmostEqual(cdp.chi2, 2.7993196403630458)




Related Messages


Powered by MHonArc, Updated Mon May 26 20:20:03 2014