Author: bugman
Date: Mon May  7 20:24:41 2012
New Revision: 16077

URL: http://svn.gna.org/viewcvs/relax?rev=16077&view=rev
Log:
Fixes for the standardisation of the max_iter keyword arg in the minimise user 
function.


Modified:
    branches/uf_redesign/test_suite/system_tests/scripts/model_free/bug_15050.py
    
branches/uf_redesign/test_suite/system_tests/scripts/model_free/bugs_12582_12591_12607.py

Modified: 
branches/uf_redesign/test_suite/system_tests/scripts/model_free/bug_15050.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/test_suite/system_tests/scripts/model_free/bug_15050.py?rev=16077&r1=16076&r2=16077&view=diff
==============================================================================
--- 
branches/uf_redesign/test_suite/system_tests/scripts/model_free/bug_15050.py 
(original)
+++ 
branches/uf_redesign/test_suite/system_tests/scripts/model_free/bug_15050.py 
Mon May  7 20:24:41 2012
@@ -27,4 +27,4 @@
 
     # Optimisation.
     grid_search(lower=None, upper=None, inc=11, constraints=True, verbosity=1)
-    minimise('newton', func_tol=1e-25, max_iterations=10000000, 
constraints=True, scaling=True, verbosity=1)
+    minimise('newton', func_tol=1e-25, max_iter=10000000, constraints=True, 
scaling=True, verbosity=1)

Modified: 
branches/uf_redesign/test_suite/system_tests/scripts/model_free/bugs_12582_12591_12607.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/test_suite/system_tests/scripts/model_free/bugs_12582_12591_12607.py?rev=16077&r1=16076&r2=16077&view=diff
==============================================================================
--- 
branches/uf_redesign/test_suite/system_tests/scripts/model_free/bugs_12582_12591_12607.py
 (original)
+++ 
branches/uf_redesign/test_suite/system_tests/scripts/model_free/bugs_12582_12591_12607.py
 Mon May  7 20:24:41 2012
@@ -33,7 +33,7 @@
 
     # Optimisation.
     grid_search(lower=None, upper=None, inc=11, constraints=True, verbosity=1)
-    minimise('newton', func_tol=1e-25, max_iterations=10000000, 
constraints=True, scaling=True, verbosity=1)
+    minimise('newton', func_tol=1e-25, max_iter=10000000, constraints=True, 
scaling=True, verbosity=1)
 
     # Results writing.
     results.write(file='devnull', force=True, compress_type=1)


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

This is the relax-commits mailing list
[email protected]

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