30 Dec
2002
30 Dec
'02
10:02 a.m.
Hi, there... I just found another bug :] from numarray import arange from __future__ import division arange(10) / 10 ... This will give an error. I really think this "real" division should be supported for arrays... -- Magnus Lie Hetland http://hetland.org
30 Dec
30 Dec
10:41 a.m.
Magnus Lie Hetland wrote:
Hi, there... I just found another bug :]
numarray doesn't support "true division" yet.
from numarray import arange from __future__ import division
arange(10) / 10
... This will give an error.
I really think this "real" division should be supported for arrays...
It will be. It just hasn't been implemented yet.
8012
Age (days ago)
8012
Last active (days ago)
1 comments
2 participants
participants (2)
-
Magnus Lie Hetland
-
Todd Miller