mailr15305 - /branches/frame_order_testing/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 February 03, 2012 - 16:25:
Author: bugman
Date: Fri Feb  3 16:25:56 2012
New Revision: 15305

URL: http://svn.gna.org/viewcvs/relax?rev=15305&view=rev
Log:
Updated the chi2 value for the isotropic cone frame order system tests.


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

Modified: branches/frame_order_testing/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/frame_order.py?rev=15305&r1=15304&r2=15305&view=diff
==============================================================================
--- branches/frame_order_testing/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_testing/test_suite/system_tests/frame_order.py Fri 
Feb  3 16:25:56 2012
@@ -253,7 +253,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         self.interpreter.run(script_file=self.cam_path+'iso_cone.py')
-        self.check_chi2(6.99143252681+0.0)
+        self.check_chi2(6.99143252681+35.790499755741962)
 
 
     def test_cam_iso_cone_no_rdc(self):
@@ -262,7 +262,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False)
         self.interpreter.run(script_file=self.cam_path+'iso_cone.py')
-        self.check_chi2(0.0)
+        self.check_chi2(35.790499755741962)
 
 
     def test_cam_iso_cone_no_pcs(self):




Related Messages


Powered by MHonArc, Updated Mon Feb 06 09:20:02 2012