I have several Pythons with several numpys on it:
(Ordered by version:)
1.
> python-2.4 isinf.py
True
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.__version__
'1.1.
On Sun, Feb 21, 2010 at 4:30 AM, Charles R Harris
wrote:
> Hi All,
>
> I would be much obliged if some folks would run the attached script and
> report the output, numpy version, and python version. It just runs
> np.isinf(np.inf), which raises an "invalid value" warning with current
> numpy. As f
No Warning for me:
└─(08:26 $)─> python isinf.py
True
└─(08:26 $)─> python2.5 isinf.py
True
Python 2.6.4 (r264:75706, Dec 7 2009, 18:43:55)
[GCC 4.4.1] on linux2
Python 2.5.4 (r254:67916, Jan 20 2010, 21:43:02)
[GCC 4.4.1] on linux2
numpy.version.version
'1.3.0'
└─(08:33 $)─> uname -a
Li
On Sun, Feb 21, 2010 at 4:30 AM, Charles R Harris wrote:
> Hi All,
>
> I would be much obliged if some folks would run the attached script and
> report the output, numpy version, and python version. It just runs
> np.isinf(np.inf), which raises an "invalid value" warning with current
> numpy. As
-10 12:30
> To: numpy-discussion
> Subject: [Numpy-discussion] Request for testing
>
> Hi All,
>
> I would be much obliged if some folks would run the attached script and
> report the output, numpy version, and python version. It just runs
> np.isinf(np.inf), which raises an
nt: Sun 21-Feb-10 12:30
To: numpy-discussion
Subject: [Numpy-discussion] Request for testing
Hi All,
I would be much obliged if some folks would run the attached script and
report the output, numpy version, and python version. It just runs
np.isinf(np.inf), which raises an "invalid valu
Charles R Harris wrote:
> Hi All,
>
> I would be much obliged if some folks would run the attached script and
> report the output, numpy version, and python version. It just runs
> np.isinf(np.inf), which raises an "invalid value" warning with current
> numpy. As far as I can see the function i
On Sun, Feb 21, 2010 at 5:30 AM, Charles R Harris
wrote:
> Hi All,
>
> I would be much obliged if some folks would run the attached script and
> report the output, numpy version, and python version. It just runs
> np.isinf(np.inf), which raises an "invalid value" warning with current
> numpy. As f
Charles R Harris wrote:
> Hi All,
>
> I would be much obliged if some folks would run the attached script
> and report the output, numpy version, and python version. It just runs
> np.isinf(np.inf), which raises an "invalid value" warning with current
> numpy. As far as I can see the function it
On Sun, Feb 21, 2010 at 11:05 AM, Charles R Harris
wrote:
>
>
> On Sun, Feb 21, 2010 at 3:33 AM, David Cournapeau
> wrote:
>>
>> On Sun, Feb 21, 2010 at 7:30 PM, Charles R Harris
>> wrote:
>> > Hi All,
>> >
>> > I would be much obliged if some folks would run the attached script and
>> > report
On Sun, Feb 21, 2010 at 3:33 AM, David Cournapeau wrote:
> On Sun, Feb 21, 2010 at 7:30 PM, Charles R Harris
> wrote:
> > Hi All,
> >
> > I would be much obliged if some folks would run the attached script and
> > report the output, numpy version, and python version. It just runs
> > np.isinf(np.
On Sun, Feb 21, 2010 at 2:30 AM, Charles R Harris
wrote:
> I would be much obliged if some folks would run the attached script and
> report the output, numpy version, and python version.
>>> import isinf
Warning: invalid value encountered in isinf
True
Python 2.6.4 (r264:75706, Dec 7 2009, 18:4
On Sun, Feb 21, 2010 at 6:30 PM, Charles R Harris wrote:
> Hi All,
>
> I would be much obliged if some folks would run the attached script and
> report the output, numpy version, and python version. It just runs
> np.isinf(np.inf), which raises an "invalid value" warning with current
> numpy. As
My machine is a PPC dual G5, running Mac OS X 10.5.8
~ $ python
Python 2.5.4 (r254:67917, Dec 23 2008, 14:57:27)
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy as np
>>> import warnings
>>>
>>> war
On 2/21/2010 5:30 AM, Charles R Harris wrote:
> I would be much obliged if some folks would run the attached script and
> report the output, numpy version, and python version.
No problem with NumPy 1.3.0 (from superpack) on Python 2.6.4 under Vista.
Alan Isaac
Python 2.6.4 (r264:75708, Oct 26 200
On Sun, 21 Feb 2010 03:30:31 -0700
Charles R Harris wrote:
> Hi All,
>
> I would be much obliged if some folks would run the
>attached script and
> report the output, numpy version, and python version. It
>just runs
> np.isinf(np.inf), which raises an "invalid value"
>warning with current
>
On Sun, Feb 21, 2010 at 7:30 PM, Charles R Harris
wrote:
> Hi All,
>
> I would be much obliged if some folks would run the attached script and
> report the output, numpy version, and python version. It just runs
> np.isinf(np.inf), which raises an "invalid value" warning with current
> numpy. As f
Hi All,
I would be much obliged if some folks would run the attached script and
report the output, numpy version, and python version. It just runs
np.isinf(np.inf), which raises an "invalid value" warning with current
numpy. As far as I can see the function itself hasn't changed since
numpy1.3, ye
18 matches
Mail list logo