mailr25471 - /trunk/specific_analyses/relax_disp/estimate_r2eff.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on August 30, 2014 - 01:10:
Author: tlinnet
Date: Sat Aug 30 01:10:07 2014
New Revision: 25471

URL: http://svn.gna.org/viewcvs/relax?rev=25471&view=rev
Log:
Fix for systemtest test_estimate_r2eff_err_methods.  The function was called 
wrong in experimental class.

task #7822(https://gna.org/task/index.php?7822): Implement user function to 
estimate R2eff and associated errors for exponential curve fitting.

Modified:
    trunk/specific_analyses/relax_disp/estimate_r2eff.py

Modified: trunk/specific_analyses/relax_disp/estimate_r2eff.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/estimate_r2eff.py?rev=25471&r1=25470&r2=25471&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/estimate_r2eff.py        (original)
+++ trunk/specific_analyses/relax_disp/estimate_r2eff.py        Sat Aug 30 
01:10:07 2014
@@ -462,7 +462,7 @@
         back_calc = self.func_exp(params=params, times=times)
 
         # Get the Jacobian, with partial derivative, with respect to r2eff 
and i0.
-        exp_grad = E.func_exp_grad(params=params, times=times, 
values=values, errors=errors)
+        exp_grad = self.func_exp_grad(params=params, times=times, 
values=values, errors=errors)
 
         # Transpose back, to get rows.
         exp_grad_t = transpose(exp_grad)




Related Messages


Powered by MHonArc, Updated Sat Aug 30 18:20:03 2014