mailr25786 - /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 September 12, 2014 - 14:11:
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.




Related Messages


Powered by MHonArc, Updated Fri Sep 12 14:20:02 2014