mailr25406 - /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 28, 2014 - 19:58:
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 = {}




Related Messages


Powered by MHonArc, Updated Thu Aug 28 21:00:03 2014