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):


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to