mailr18415 - /trunk/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 February 05, 2013 - 08:11:
Author: bugman
Date: Tue Feb  5 08:11:15 2013
New Revision: 18415

URL: http://svn.gna.org/viewcvs/relax?rev=18415&view=rev
Log:
Added spherical diffusion to the optimisation in the 
Mf.test_bug_20479_gui_final_pipe GUI test.


Modified:
    trunk/test_suite/gui_tests/model_free.py

Modified: trunk/test_suite/gui_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/gui_tests/model_free.py?rev=18415&r1=18414&r2=18415&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/model_free.py (original)
+++ trunk/test_suite/gui_tests/model_free.py Tue Feb  5 08:11:15 2013
@@ -164,8 +164,8 @@
         auto_model_free.dauvergne_protocol.dAuvergne_protocol.opt_func_tol = 
1e-5
         
auto_model_free.dauvergne_protocol.dAuvergne_protocol.opt_max_iterations = 
1000
 
-        # Execute the 'local_tm' and 'final' protocol stages sequentially.
-        for protocol in ['local_tm', 'final']:
+        # Execute the 'local_tm', 'sphere' and 'final' protocol stages 
sequentially.
+        for protocol in ['local_tm', 'sphere', 'final']:
             # Set the protocol mode.
             if protocol == 'local_tm':
                 analysis.mode_win.select_local_tm()




Related Messages


Powered by MHonArc, Updated Tue Feb 05 08:40:01 2013