mailr15379 - /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 27, 2012 - 15:48:
Author: bugman
Date: Mon Feb 27 15:48:20 2012
New Revision: 15379

URL: http://svn.gna.org/viewcvs/relax?rev=15379&view=rev
Log:
The 2nd pseudo-ellipse frame order system test now uses the correct chi2 
values.


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=15379&r1=15378&r2=15379&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 Mon 
Feb 27 15:48:20 2012
@@ -399,7 +399,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags()
         self.interpreter.run(script_file=self.cam_path+'pseudo_ellipse2.py')
-        self.check_chi2(0.0+0.0)
+        self.check_chi2(215.39090011690368+0.030991308327923742)
 
 
     def test_cam_pseudo_ellipse2_pcs(self):
@@ -408,7 +408,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(rdc=False)
         self.interpreter.run(script_file=self.cam_path+'pseudo_ellipse2.py')
-        self.check_chi2(0.0)
+        self.check_chi2(215.39090011690368)
 
 
     def test_cam_pseudo_ellipse2_rdc(self):
@@ -417,7 +417,7 @@
         # The flags, execute the script, and then check the chi2 value.
         self.flags(pcs=False)
         self.interpreter.run(script_file=self.cam_path+'pseudo_ellipse2.py')
-        self.check_chi2(0.0)
+        self.check_chi2(0.030991308327923742)
 
 
     def test_cam_pseudo_ellipse_free_rotor(self):




Related Messages


Powered by MHonArc, Updated Mon Feb 27 18:00:02 2012