mailr6950 - /1.3/maths_fns/chi2.py


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

Header


Content

Posted by edward on July 24, 2008 - 14:46:
Author: bugman
Date: Thu Jul 24 14:46:16 2008
New Revision: 6950

URL: http://svn.gna.org/viewcvs/relax?rev=6950&view=rev
Log:
Added some missing imports.


Modified:
    1.3/maths_fns/chi2.py

Modified: 1.3/maths_fns/chi2.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/chi2.py?rev=6950&r1=6949&r2=6950&view=diff
==============================================================================
--- 1.3/maths_fns/chi2.py (original)
+++ 1.3/maths_fns/chi2.py Thu Jul 24 14:46:16 2008
@@ -23,7 +23,7 @@
 """Module containing functions for calculating the chi-squared value, 
gradient, and Hessian."""
 
 # Python module imports.
-from numpy import sum
+from numpy import dot, sum, transpose
 
 
 # Chi-squared value.




Related Messages


Powered by MHonArc, Updated Thu Jul 24 15:00:22 2008