mailr26843 - /trunk/pipe_control/error_analysis.py


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

Header


Content

Posted by edward on November 29, 2014 - 17:23:
Author: bugman
Date: Sat Nov 29 17:23:53 2014
New Revision: 26843

URL: http://svn.gna.org/viewcvs/relax?rev=26843&view=rev
Log:
Big bug fix for the error_analysis.covariance_matrix user function.

The model_info structure is now being passed into the get_param_names() API 
method, as required by
the API.


Modified:
    trunk/pipe_control/error_analysis.py

Modified: trunk/pipe_control/error_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/error_analysis.py?rev=26843&r1=26842&r2=26843&view=diff
==============================================================================
--- trunk/pipe_control/error_analysis.py        (original)
+++ trunk/pipe_control/error_analysis.py        Sat Nov 29 17:23:53 2014
@@ -64,7 +64,7 @@
 
         # Loop over the parameters.
         index = 0
-        for name in api.get_param_names():
+        for name in api.get_param_names(model_info):
             # Set the parameter error.
             api.set_error(index, sd[index], model_info=model_info)
 




Related Messages


Powered by MHonArc, Updated Sat Nov 29 17:40:02 2014