Author: tlinnet Date: Fri Aug 29 11:50:26 2014 New Revision: 25424 URL: http://svn.gna.org/viewcvs/relax?rev=25424&view=rev Log: Activated all method try in: systemtest Relax_disp.test_estimate_r2eff_err_methods.
This is to fast estimate errors from all different methods. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. 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=25424&r1=25423&r2=25424&view=diff ============================================================================== --- trunk/test_suite/system_tests/relax_disp.py (original) +++ trunk/test_suite/system_tests/relax_disp.py Fri Aug 29 11:50:26 2014 @@ -3097,11 +3097,11 @@ # Now do it manually. - #estimate_r2eff(method='scipy.optimize.leastsq') - #estimate_r2eff(method='minfx', min_algor='simplex', c_code=True, constraints=False) - #estimate_r2eff(method='minfx', min_algor='simplex', c_code=False, constraints=False) - #estimate_r2eff(method='minfx', min_algor='BFGS', c_code=True, constraints=False) - #estimate_r2eff(method='minfx', min_algor='BFGS', c_code=False, constraints=False) + estimate_r2eff(method='scipy.optimize.leastsq') + estimate_r2eff(method='minfx', min_algor='simplex', c_code=True, constraints=False) + estimate_r2eff(method='minfx', min_algor='simplex', c_code=False, constraints=False) + estimate_r2eff(method='minfx', min_algor='BFGS', c_code=True, constraints=False) + estimate_r2eff(method='minfx', min_algor='BFGS', c_code=False, constraints=False) estimate_r2eff(method='minfx', min_algor='Newton', c_code=True, constraints=False) estimate_r2eff(method='minfx', min_algor='BFGS', c_code=False, constraints=False, chi2_jacobian=True) _______________________________________________ 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

