Author: tlinnet
Date: Thu Aug 28 19:58:16 2014
New Revision: 25406

URL: http://svn.gna.org/viewcvs/relax?rev=25406&view=rev
Log:
Modified systemtest verify_estimate_r2eff_err_compare_mc() to first use the 
direct function Jacobian, and then the chi2 derived Jacobian.

This shows the result better.

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=25406&r1=25405&r2=25406&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Thu Aug 28 19:58:16 2014
@@ -7629,7 +7629,7 @@
                     delattr(cur_spin, err_attr)
 
         # Estimate R2eff errors.
-        self.interpreter.relax_disp.r2eff_err_estimate()
+        self.interpreter.relax_disp.r2eff_err_estimate(chi2_jacobian=False)
 
         # Collect the estimation data.
         my_dic = {}


_______________________________________________
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