mailr23217 - /branches/disp_speed/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 May 18, 2014 - 23:36:
Author: tlinnet
Date: Sun May 18 23:36:17 2014
New Revision: 23217

URL: http://svn.gna.org/viewcvs/relax?rev=23217&view=rev
Log:
Fix for systemtest test_cpmg_synthetic_dx_map_points.

task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.

This is after commit 23216:
The systemtest uses: GRID_INC = None, which have found to be catastrophic: 
https://gna.org/bugs/?22032.
Commit 23216 fixed this, and now the found minimization point is much much 
better.

Start:
0.8            3.92           0.39964
End:
0.76982        3.9169         0.41353

Modified:
    branches/disp_speed/test_suite/system_tests/relax_disp.py

Modified: branches/disp_speed/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_speed/test_suite/system_tests/relax_disp.py?rev=23217&r1=23216&r2=23217&view=diff
==============================================================================
--- branches/disp_speed/test_suite/system_tests/relax_disp.py   (original)
+++ branches/disp_speed/test_suite/system_tests/relax_disp.py   Sun May 18 
23:36:17 2014
@@ -1287,7 +1287,7 @@
 
         # The maximum number of iterations.
         # The default value is 1e7.
-        ds.set_max_iter = 1000
+        ds.set_max_iter = 10000
 
         # The verbosity level.
         ds.verbosity = 1
@@ -1446,7 +1446,7 @@
         print("\nChecking the dx point point file.")
         res_file = [
             '0.8            3.92           0.39964        1'+"\n",
-            '4e-05          0.08           3.8            1'+"\n",
+            '0.76982        3.9169         0.41353        1'+"\n",
         ]
         file = open(point_point, 'r')
         lines = file.readlines()




Related Messages


Powered by MHonArc, Updated Mon May 19 01:00:03 2014