mailr26001 - /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 September 24, 2014 - 13:17:
Author: bugman
Date: Wed Sep 24 13:17:16 2014
New Revision: 26001

URL: http://svn.gna.org/viewcvs/relax?rev=26001&view=rev
Log:
Activated the quad_int flag for a number of the 
Frame_order.test_cam_quad_int_* system tests.

The quad_int argument for the flags() test suite method had been missed for a 
few of these 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=26001&r1=26000&r2=26001&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 Wed 
Sep 24 13:17:16 2014
@@ -1027,7 +1027,7 @@
         """Test the free rotor frame order model of CaM."""
 
         # The flags, execute the script, and then check the chi2 value.
-        self.flags(opt=True)
+        self.flags(opt=True, quad_int=True)
         self.interpreter.run(script_file=self.cam_path+'free_rotor.py')
         self.check_chi2(0.049488502147038226)
 
@@ -1090,7 +1090,7 @@
         """Test the isotropic cone, free rotor frame order model of CaM."""
 
         # The flags, execute the script, and then check the chi2 value.
-        self.flags(opt=True)
+        self.flags(opt=True, quad_int=True)
         self.interpreter.run(script_file=self.cam_path+'iso_cone.py')
         self.check_chi2(0.046263256206108584)
 
@@ -1198,7 +1198,7 @@
         """Test the second isotropic cone, free rotor frame order model of 
CaM."""
 
         # The flags, execute the script, and then check the chi2 value.
-        self.flags(opt=True)
+        self.flags(opt=True, quad_int=True)
         self.interpreter.run(script_file=self.cam_path+'pseudo_ellipse.py')
         self.check_chi2(0.052923535071890106)
 
@@ -1306,7 +1306,7 @@
         """Test the rigid frame order model of CaM."""
 
         # The flags, execute the script, and then check the chi2 value.
-        self.flags(opt=True)
+        self.flags(opt=True, quad_int=True)
         self.interpreter.run(script_file=self.cam_path+'rigid.py')
         self.check_chi2(0.081171019382935666)
 
@@ -1387,7 +1387,7 @@
         """Test the second rotor frame order model of CaM."""
 
         # The flags, execute the script, and then check the chi2 value.
-        self.flags(opt=True)
+        self.flags(opt=True, quad_int=True)
         self.interpreter.run(script_file=self.cam_path+'rotor2.py')
         self.check_chi2(0.075040490418167072)
 




Related Messages


Powered by MHonArc, Updated Wed Sep 24 13:40:02 2014