mailr21466 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py


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

Header


Content

Posted by edward on November 16, 2013 - 17:12:
Author: bugman
Date: Sat Nov 16 17:12:46 2013
New Revision: 21466

URL: http://svn.gna.org/viewcvs/relax?rev=21466&view=rev
Log:
Speed ups of the Relax_disp.test_tp02_data_to_tp02 and 
Relax_disp.test_tp02_data_to_mp05 system tests.

The optimisation precision and number of Monte Carlo simulations have both 
been dropped.

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

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py?rev=21466&r1=21465&r2=21466&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py
 (original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py
 Sat Nov 16 17:12:46 2013
@@ -21,7 +21,7 @@
 GRID_INC = 4
 
 # The number of Monte Carlo simulations to be used for error analysis at the 
end of the analysis.
-MC_NUM = 3
+MC_NUM = 1
 
 
 # Set up the data pipe.
@@ -110,7 +110,7 @@
 
 # Run faster.
 Relax_disp.opt_func_tol = 1e-10
-Relax_disp.opt_max_iterations = 10000
+Relax_disp.opt_max_iterations = 2000
 
 # Do not change!
 Relax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, 
results_dir=ds.tmpdir, models=ds.models, grid_inc=GRID_INC, mc_sim_num=MC_NUM)




Related Messages


Powered by MHonArc, Updated Sat Nov 16 17:20:02 2013