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()


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to