
June 2, 2000
6:37 p.m.
Charles G Waldman <cgw@fnal.gov> writes:
Numeric.__version__ '11'
Numeric.__version__ '15.2' Numeric.arange(2)*1j array([ 0.+0.j, 0.+1.j])
I tested for the bug in the Numeric version 11 on the following: Python 1.5.2+ (#7, Nov 13 1999, 17:39:22) [GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2 Python 1.5.2+ (#4, Oct 6 1999, 22:18:42) [C] on linux2 (alpha with cc) Python 1.5.2 (#1, Apr 18 1999, 16:03:16) [GCC pgcc-2.91.60 19981201 (egcs-1.1.1 on linux2 The bug was not present on these, nor in Numeric 15.2 in an SGI. So the problem seems to be not in the source but in the installation (or the compiler). -- Janne