mailr24715 - /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 24, 2014 - 16:47:
Author: bugman
Date: Thu Jul 24 16:47:36 2014
New Revision: 24715

URL: http://svn.gna.org/viewcvs/relax?rev=24715&view=rev
Log:
Turned on the optimisation in the Frame_order.test_cam_rigid system test.

This is to catch a number of failures in the frame order grid search.


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=24715&r1=24714&r2=24715&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 Thu 
Jul 24 16:47:36 2014
@@ -575,7 +575,7 @@
         """Test the rigid frame order model of CaM."""
 
         # The flags, execute the script, and then check the chi2 value.
-        self.flags()
+        self.flags(opt=True)
         self.interpreter.run(script_file=self.cam_path+'rigid.py')
         self.check_chi2(0.081171019382935666)
 




Related Messages


Powered by MHonArc, Updated Thu Jul 24 17:00:02 2014