Author: bugman
Date: Fri Sep 12 14:04:13 2014
New Revision: 25785

URL: http://svn.gna.org/viewcvs/relax?rev=25785&view=rev
Log:
Modified pipe_control.error_analysis.covariance_matrix().

The call to the API covariance_matrix() method now has the model_info argument 
passed into it.  For
the relaxation curve-fitting, this allows the loop over spin systems to be 
skipped.


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=25785&r1=25784&r2=25785&view=diff
==============================================================================
--- trunk/pipe_control/error_analysis.py        (original)
+++ trunk/pipe_control/error_analysis.py        Fri Sep 12 14:04:13 2014
@@ -54,7 +54,7 @@
     # Loop over the models.
     for model_info in api.model_loop():
         # Get the Jacobian and weighting matrix.
-        jacobian, weights = api.covariance_matrix(verbosity=verbosity)
+        jacobian, weights = api.covariance_matrix(model_info=model_info, 
verbosity=verbosity)
 
         # Calculate the covariance matrix.
         pcov = statistics.multifit_covar(J=jacobian, weights=weights)


_______________________________________________
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