mailr24898 - /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 August 01, 2014 - 18:09:
Author: tlinnet
Date: Fri Aug  1 18:09:14 2014
New Revision: 24898

URL: http://svn.gna.org/viewcvs/relax?rev=24898&view=rev
Log:
Fix for systemtest Relax_disp.test_kteilum_fmpoulsen_makke_check_graphs where 
minimise has been extended with execute.

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=24898&r1=24897&r2=24898&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Fri Aug  1 18:09:14 2014
@@ -4207,7 +4207,7 @@
         res61L.k_AB = 2.5
 
         # Low precision optimisation.
-        self.interpreter.minimise(min_algor='simplex', line_search=None, 
hessian_mod=None, hessian_type=None, func_tol=1e-05, grad_tol=None, 
max_iter=1000, constraints=True, scaling=True, verbosity=1)
+        self.interpreter.minimise.execute(min_algor='simplex', 
line_search=None, hessian_mod=None, hessian_type=None, func_tol=1e-05, 
grad_tol=None, max_iter=1000, constraints=True, scaling=True, verbosity=1)
 
         # Start testing all possible combinations of graphs.
         y_axis_types = [Y_AXIS_R2_EFF, Y_AXIS_R2_R1RHO]




Related Messages


Powered by MHonArc, Updated Fri Aug 01 18:20:03 2014