Author: bugman
Date: Fri Sep 12 14:11:28 2014
New Revision: 25786
URL: http://svn.gna.org/viewcvs/relax?rev=25786&view=rev
Log:
Missing imports in the pipe_control.error_analysis module for the covariance
matrix function.
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=25786&r1=25785&r2=25786&view=diff
==============================================================================
--- trunk/pipe_control/error_analysis.py (original)
+++ trunk/pipe_control/error_analysis.py Fri Sep 12 14:11:28 2014
@@ -23,7 +23,7 @@
"""Module for performing Monte Carlo simulations for error analysis."""
# Python module imports.
-from numpy import ndarray
+from numpy import diag, ndarray, sqrt
from random import gauss
# relax module imports.
_______________________________________________
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