thegooglecodearchive / healpy

Automatically exported from code.google.com/p/healpy
GNU General Public License v2.0
0 stars 0 forks source link

npy is missing #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

--- sphtfunc.py 2009-07-22 21:53:08.000000000 +0900
+++ sphtfunc.py.org     2009-07-22 21:52:54.000000000 +0900
@@ -113,7 +113,7 @@
     smoothalm(alm,fwhm=fwhm,sigma=sigma,degree=degree,arcmin=arcmin)
     if pixwin:
         pw=globals()['pixwin'](nside,True)
-        if type(alm[0]) is npy.ndarray:
+        if type(alm[0]) is ndarray:
             if len(alm) != 3:
                 raise TypeError("alm must be a sequence of 3 ndarray "
                                 "or a 1D ndarray")

Original issue reported on code.google.com by 110.itha...@gmail.com on 22 Jul 2009 at 1:01

GoogleCodeExporter commented 9 years ago
Corrected in trunk, revision 74 (tag version greater than 0.9.8 - but not equal 
!)

Original comment by cyrille....@gmail.com on 22 Jul 2009 at 4:22