mailr14764 - /1.3/test_suite/gui_tests/model_free.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 27, 2011 - 12:36:
Author: bugman
Date: Tue Sep 27 12:36:42 2011
New Revision: 14764

URL: http://svn.gna.org/viewcvs/relax?rev=14764&view=rev
Log:
Huge speed up of the model-free auto-analysis dauvergne_protocol GUI test.

The maximum number of iterations is now set to 1, as in the system test.  On 
my system this
decreases the time from well over 400 seconds to about 50 seconds.


Modified:
    1.3/test_suite/gui_tests/model_free.py

Modified: 1.3/test_suite/gui_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/gui_tests/model_free.py?rev=14764&r1=14763&r2=14764&view=diff
==============================================================================
--- 1.3/test_suite/gui_tests/model_free.py (original)
+++ 1.3/test_suite/gui_tests/model_free.py Tue Sep 27 12:36:42 2011
@@ -131,6 +131,10 @@
         # Set the number of Monte Carlo simulations.
         analysis.mc_sim_num.SetValue(2)
 
+        # Set the maximum number of iterations (changing the allowed values).
+        analysis.max_iter.control.SetRange(0, 100)
+        analysis.max_iter.SetValue(1)
+
         # Set the protocol mode to automatic.
         analysis.mode_win.select_full_analysis(None)
         analysis.mode_dialog(None)




Related Messages


Powered by MHonArc, Updated Thu Sep 29 12:20:01 2011