mailr24515 - /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 10, 2014 - 18:13:
Author: bugman
Date: Thu Jul 10 18:13:09 2014
New Revision: 24515

URL: http://svn.gna.org/viewcvs/relax?rev=24515&view=rev
Log:
Turned on the optimisation flag for the Frame_order.test_cam_free_rotor 
system test.

This is to activate code paths currently not tested by the test suite.


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=24515&r1=24514&r2=24515&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 10 18:13:09 2014
@@ -296,7 +296,7 @@
         """Test the free rotor 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+'free_rotor.py')
         self.check_chi2(0.048992338400504688)
 




Related Messages


Powered by MHonArc, Updated Thu Jul 10 18:40:02 2014