mailr19783 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py


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

Header


Content

Posted by edward on May 30, 2013 - 11:44:
Author: bugman
Date: Thu May 30 11:44:11 2013
New Revision: 19783

URL: http://svn.gna.org/viewcvs/relax?rev=19783&view=rev
Log:
Speed up of the system tests using Flemming Hansen's CPMG data.

The grid search increments, function tolerance and maximum number of 
iterations have all been made
looser.


Modified:
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py?rev=19783&r1=19782&r2=19783&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
(original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
Thu May 30 11:44:11 2013
@@ -19,7 +19,7 @@
     ds.tmpdir = 'temp'
 
 # The grid search size (the number of increments per dimension).
-GRID_INC = 5
+GRID_INC = 3
 
 # The number of Monte Carlo simulations to be used for error analysis at the 
end of the analysis.
 MC_NUM = 3
@@ -39,12 +39,17 @@
 
 # Create the R2eff data pipe and load the results.
 pipe.create(pipe_name='R2eff', bundle=pipe_bundle, pipe_type='relax_disp')
+pipe.switch(pipe_name='R2eff')
 results.read(data_path+sep+'r2eff_pipe')
 
 
 # Auto-analysis execution.
 ##########################
 
+# Run fast.
+Relax_disp.opt_func_tol = 1e-5
+Relax_disp.opt_max_iterations = 1000
+
 # Do not change!
 Relax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, 
results_dir=ds.tmpdir, models=MODELS, grid_inc=GRID_INC, mc_sim_num=MC_NUM)
 




Related Messages


Powered by MHonArc, Updated Thu May 30 12:00:02 2013