mailr22832 - in /trunk/test_suite/system_tests: relax_disp.py 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 tlinnet on April 22, 2014 - 21:27:
Author: tlinnet
Date: Tue Apr 22 21:27:12 2014
New Revision: 22832

URL: http://svn.gna.org/viewcvs/relax?rev=22832&view=rev
Log:
Undid the modification of dw and kex in systemtest 
Relax_disp.test_tp02_data_to_tap03.

Regarding bug #21953, (https://gna.org/bugs/index.php?21953) - Weird 
performance of grid search

The number of iterations needed to be increased from 2000 to 2500 to allow 
the values to be found.

Modified:
    trunk/test_suite/system_tests/relax_disp.py
    trunk/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.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=22832&r1=22831&r2=22832&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Tue Apr 22 21:27:12 2014
@@ -3932,8 +3932,8 @@
         # The equivalent TAP03 parameters.
         r1rho_prime = [[10.0058156951248, 15.0058184739705], 
[11.9997721585529, 17.9972521618894]]
         pA = [0.775042773953145, 0.80618481966515]
-        kex = [1235.20914100608, 1219.0873183885602]
-        delta_omega = [7.08176850835834, 9.7003843245628847]
+        kex = [1235.20914100608, 1220.44317542746]
+        delta_omega = [7.08176850835834, 9.69883920692148]
         chi2 = [0.0371366837334911, 8.45422574594191e-06]
 
         # Alias the spins.

Modified: 
trunk/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py?rev=22832&r1=22831&r2=22832&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py    
  (original)
+++ trunk/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py    
  Tue Apr 22 21:27:12 2014
@@ -110,7 +110,7 @@
 
 # Run faster.
 Relax_disp.opt_func_tol = 1e-10
-Relax_disp.opt_max_iterations = 2000
+Relax_disp.opt_max_iterations = 2500
 
 # 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 Wed Apr 23 10:40:02 2014