mailr24468 - /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 July 05, 2014 - 20:51:
Author: bugman
Date: Sat Jul  5 20:51:40 2014
New Revision: 24468

URL: http://svn.gna.org/viewcvs/relax?rev=24468&view=rev
Log:
Updates for the frame order system tests for the float32 to float64 change 
(r24463).

Some chi-squared values have slightly changed.


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=24468&r1=24467&r2=24468&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 Sat 
Jul  5 20:51:40 2014
@@ -1230,7 +1230,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, 213987.69050708099)
+        self.assertAlmostEqual(cdp.chi2, 213987.67269347562)
 
 
     def test_rigid_data_to_iso_cone_model(self):
@@ -1256,7 +1256,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, 23550.090942429295)
+        self.assertAlmostEqual(cdp.chi2, 23550.093727500942)
 
 
     def test_rigid_data_to_iso_cone_torsionless_model(self):
@@ -1321,4 +1321,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, 0.01137748706675365)
+        self.assertAlmostEqual(cdp.chi2, 0.011378666767745968)




Related Messages


Powered by MHonArc, Updated Sat Jul 05 23:20:02 2014