mailr22528 - /branches/double_rotor/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 March 25, 2014 - 11:33:
Author: bugman
Date: Tue Mar 25 11:33:22 2014
New Revision: 22528

URL: http://svn.gna.org/viewcvs/relax?rev=22528&view=rev
Log:
Updated the chi2 value check in some of the CaM frame order system tests for 
the rotor model.

The chi2 value is slightly different due to truncation and conversion 
artifacts of the parameter set
reduction.


Modified:
    branches/double_rotor/test_suite/system_tests/frame_order.py

Modified: branches/double_rotor/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/system_tests/frame_order.py?rev=22528&r1=22527&r2=22528&view=diff
==============================================================================
--- branches/double_rotor/test_suite/system_tests/frame_order.py        
(original)
+++ branches/double_rotor/test_suite/system_tests/frame_order.py        Tue 
Mar 25 11:33:22 2014
@@ -646,7 +646,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(opt=True)
         self.interpreter.run(script_file=self.cam_path+'rotor2.py')
-        self.check_chi2(0.081769384900455433)
+        self.check_chi2(0.24293662685639067)
 
 
     def test_cam_rotor2_pcs(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, 0.96883720077954039)
+        self.assertAlmostEqual(cdp.chi2, 0.97003711776989854)
 
 
     def test_rigid_data_to_pseudo_ellipse_model(self):




Related Messages


Powered by MHonArc, Updated Tue Mar 25 17:40:02 2014