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) _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-commits mailing list relax-commits@gna.org 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