mailr25813 - /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 12, 2014 - 19:03:
Author: bugman
Date: Fri Sep 12 19:03:09 2014
New Revision: 25813

URL: http://svn.gna.org/viewcvs/relax?rev=25813&view=rev
Log:
Modified the Frame_order.test_pseudo_ellipse_zero_cone_angle system test to 
be quick.

Now that the test passes, the optimisation needs to be short.  So a maximum 
of two iterations are
now set.  Otherwise the test would take hours to complete.


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=25813&r1=25812&r2=25813&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 Fri 
Sep 12 19:03:09 2014
@@ -1562,7 +1562,7 @@
         cdp.cone_theta_y = 2.0
 
         # Optimisation.
-        self.interpreter.minimise.execute('simplex')
+        self.interpreter.minimise.execute('simplex', max_iter=2)
 
 
     def test_rigid_data_to_double_rotor_model(self):




Related Messages


Powered by MHonArc, Updated Fri Sep 12 19:40:02 2014