mailr25162 - /trunk/test_suite/shared_data/dispersion/Kjaergaard_et_al_2013/2_pre_run_r2eff.py


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

Header


Content

Posted by tlinnet on August 21, 2014 - 14:12:
Author: tlinnet
Date: Thu Aug 21 14:12:57 2014
New Revision: 25162

URL: http://svn.gna.org/viewcvs/relax?rev=25162&view=rev
Log:
Altered the number of Monte-Carlo simulations in test script to 2000.

Modified:
    
trunk/test_suite/shared_data/dispersion/Kjaergaard_et_al_2013/2_pre_run_r2eff.py

Modified: 
trunk/test_suite/shared_data/dispersion/Kjaergaard_et_al_2013/2_pre_run_r2eff.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/shared_data/dispersion/Kjaergaard_et_al_2013/2_pre_run_r2eff.py?rev=25162&r1=25161&r2=25162&view=diff
==============================================================================
--- 
trunk/test_suite/shared_data/dispersion/Kjaergaard_et_al_2013/2_pre_run_r2eff.py
    (original)
+++ 
trunk/test_suite/shared_data/dispersion/Kjaergaard_et_al_2013/2_pre_run_r2eff.py
    Thu Aug 21 14:12:57 2014
@@ -47,7 +47,7 @@
 # For estimating the error of the fitted R2eff values,
 # a high number should be provided. Later the high quality R2eff values will 
be read for subsequent model analyses.
 if not hasattr(ds, 'exp_mc_sim_num'):
-    ds.exp_mc_sim_num = 10
+    ds.exp_mc_sim_num = 2000
 
 # The result directory.
 if not hasattr(ds, 'results_dir'):
@@ -92,4 +92,4 @@
         select.spin(spin_id=':%i@%s'%(resi, isotope), change_all=False)
 
 # Run the analysis.
-Relax_disp(pipe_name=ds.pipe_name, pipe_bundle=ds.pipe_bundle, 
results_dir=ds.results_dir, models=ds.models, grid_inc=ds.grid_inc, 
exp_mc_sim_num=ds.exp_mc_sim_num)
+Relax_disp(pipe_name=ds.pipe_name, pipe_bundle=ds.pipe_bundle, 
results_dir=ds.results_dir, models=ds.models, grid_inc=ds.grid_inc, 
exp_mc_sim_num=ds.exp_mc_sim_num)




Related Messages


Powered by MHonArc, Updated Thu Aug 21 15:00:03 2014