[ python-Bugs-1249873 ] numarray in debian python 2.4.1
SourceForge.net
noreply at sourceforge.net
Tue Aug 2 11:11:18 CEST 2005
Bugs item #1249873, was opened at 2005-08-01 23:38
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1249873&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: LovePanda (lovepanda)
Assigned to: Nobody/Anonymous (nobody)
Summary: numarray in debian python 2.4.1
Initial Comment:
Hi there,
I ran across this error when running a few lines of
code in debian python, but this runs perfectly in
windows python. Basically I created a dummy matrix
called "gamma" (using kroneckerproduct in numarray)
and printed out its mean. Here is the code:
gamma = kroneckerproduct(ones((N, 1)),identity(T))
print gamma.mean()
and Here is the error message:
Traceback (most recent call last):
File "vul_prov.py", line 149, in ?
VLs = mv_prov(hhc, idyrisk, provid, 1)
File
"/home/meng/China/Extent/Data/Urban2002/Empirics/tmp/vulnerability.py",
line 605, in mv_prov
print gamma.mean()
File
"/usr/lib/python2.4/site-packages/numarray/numarraycore.py",
line 1137, in mean
return self.sum()/(self.nelements()*1.0)
File
"/usr/lib/python2.4/site-packages/numarray/numarraycore.py",
line 1133, in sum
return ufunc.add.reduce(ufunc.add.areduce(self,
type=type).flat, type=type)
IndexError: too many indices.
Thank you for helping on this! Oh, btw, the version
for python in both platforms is 2.4.1
Xiangyi
----------------------------------------------------------------------
>Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-08-02 11:11
Message:
Logged In: YES
user_id=1188172
Duplicate of #1249903.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1249873&group_id=5470
More information about the Python-bugs-list
mailing list