mailr22394 - /trunk/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by tlinnet on March 03, 2014 - 12:47:
Author: tlinnet
Date: Mon Mar  3 12:47:42 2014
New Revision: 22394

URL: http://svn.gna.org/viewcvs/relax?rev=22394&view=rev
Log:
Set opt_func_tol = 1e-15 and opt_max_iterations = 100000 to run system test 
Relax_disp.test_r1rho_kjaergaard faster.

Regarding bug #21344, (https://gna.org/bugs/index.php?21344) - Handling of in 
sparse acquired R1rho dataset with missing combinations of time and spin-lock 
field strengths.

Modified:
    trunk/test_suite/system_tests/relax_disp.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=22394&r1=22393&r2=22394&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Mon Mar  3 12:47:42 2014
@@ -2795,6 +2795,11 @@
             else:
                 print("spin_id %s NOT in cluster ids"%(spin_id))
 
+        # Execute the auto-analysis (fast).
+        # Standard parameters are: func_tol=1e-25, grad_tol=None, 
max_iter=10000000,
+        relax_disp.Relax_disp.opt_func_tol = 1e-15
+        relax_disp.Relax_disp.opt_max_iterations = 100000
+
         # Run the analysis.
         #relax_disp.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, 
modsel=MODSEL)
 




Related Messages


Powered by MHonArc, Updated Mon Mar 03 13:00:08 2014