From: Edward C. J. <edc...@er...> - 2003-12-09 22:35:17
numarray 0.7, Python 2.3.2, and Gentoo Linux 1.4.
#! /usr/bin/env python
import numarray
from numarray.numerictypes import *
arr = numarray.zeros((4,4,4), Int32)
arr[0,3,2] = 1
a = numarray.sometrue(arr)
b = numarray.sometrue(arr)
print a
print b
Good news... I too see the problem in numarray-0.7, but it is already
fixed in CVS for numarray-0.8. Thanks for the report.
Regards,
Todd
On Tue, 2003-12-09 at 17:31, Edward C. Jones wrote:
> numarray 0.7, Python 2.3.2, and Gentoo Linux 1.4.
>
> #! /usr/bin/env python
>
> import numarray
> from numarray.numerictypes import *
>
> arr = numarray.zeros((4,4,4), Int32)
> arr[0,3,2] = 1
>
> a = numarray.sometrue(arr)
> b = numarray.sometrue(arr)
>
> print a
> print b
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Numpy-discussion mailing list
> Num...@li...
> https://lists.sourceforge.net/lists/listinfo/numpy-discussion
--
Todd Miller <jm...@st...>