Fixes applied in r7324. Thanks guys.
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
On Wed, Aug 26, 2009 at 11:25 AM, wrote:
> On Wed, Aug 26, 2009 at 10:08 AM, Skipper Seabold wrote:
>> On Wed, Aug 26, 2009 at 1:45 AM, wrote:
>>> On Tue, Aug 25, 2009 at 11:38 PM, Charles R
>>> Harris wrote:
So is it a bug in the test or a bug in the implementation? The problem is
that
On Wed, Aug 26, 2009 at 10:08 AM, Skipper Seabold wrote:
> On Wed, Aug 26, 2009 at 1:45 AM, wrote:
>> On Tue, Aug 25, 2009 at 11:38 PM, Charles R
>> Harris wrote:
>>> So is it a bug in the test or a bug in the implementation? The problem is
>>> that the slice values[1:] when
>>> values = [-12
On Wed, Aug 26, 2009 at 1:45 AM, wrote:
> On Tue, Aug 25, 2009 at 11:38 PM, Charles R
> Harris wrote:
>> So is it a bug in the test or a bug in the implementation? The problem is
>> that the slice values[1:] when
>> values = [-12,39000,3,21000,37000,46000] contains no negative
>> number a
On Tue, Aug 25, 2009 at 11:38 PM, Charles R
Harris wrote:
> So is it a bug in the test or a bug in the implementation? The problem is
> that the slice values[1:] when
> values = [-12,39000,3,21000,37000,46000] contains no negative
> number and a nan is returned. This looks like a bug in th
So is it a bug in the test or a bug in the implementation? The problem is
that the slice values[1:] when
values = [-12,39000,3,21000,37000,46000] contains no negative
number and a nan is returned. This looks like a bug in the test. The
documentation also probably needs fixing.
Chuck
_