On Fri, Dec 18, 2009 at 2:02 PM, Charles R Harris wrote:
>
>
> On Fri, Dec 18, 2009 at 10:46 AM, Keith Goodman wrote:
>
>> I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
>> known, fixed, reproducible?
>>
>> >> np.array(121).argsort(0).argsort(0)
>> Segmentation fault
>>
>>
> Th
On Fri, Dec 18, 2009 at 1:02 PM, Charles R Harris
wrote:
>
>
> On Fri, Dec 18, 2009 at 10:46 AM, Keith Goodman wrote:
>>
>> I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
>> known, fixed, reproducible?
>>
>> >> np.array(121).argsort(0).argsort(0)
>> Segmentation fault
>>
>
> Th
On Fri, Dec 18, 2009 at 10:46 AM, Keith Goodman wrote:
> I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
> known, fixed, reproducible?
>
> >> np.array(121).argsort(0).argsort(0)
> Segmentation fault
>
>
The immediate problem is in scalartypes.c.src in these lines
{"sort",
On 12/18/2009 9:46 AM, Keith Goodman wrote:
> I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
> known, fixed, reproducible?
>
>>> np.array(121).argsort(0).argsort(0)
> Segmentation fault
>
> The expected result:
>
> AttributeError: 'np.int64' object has no attribute 'argsort'
O
On Fri, Dec 18, 2009 at 10:46 AM, Keith Goodman wrote:
> I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
> known, fixed, reproducible?
>
> >> np.array(121).argsort(0).argsort(0)
> Segmentation fault
>
> The expected result:
>
> AttributeError: 'np.int64' object has no attribute
On Fri, Dec 18, 2009 at 1:07 PM, Skipper Seabold wrote:
> On Fri, Dec 18, 2009 at 1:00 PM, Robert Kern wrote:
>>
>> Can you give us a gdb backtrace?
>>
>
> No idea what I'm doing, but I figure I should learn a bit... Does
> this look right?
>
> skip...@linux-desktop:~$ gdb python
> GNU gdb (GDB)
On Fri, Dec 18, 2009 at 1:00 PM, Robert Kern wrote:
>
> Can you give us a gdb backtrace?
>
No idea what I'm doing, but I figure I should learn a bit... Does
this look right?
skip...@linux-desktop:~$ gdb python
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GP
On Fri, Dec 18, 2009 at 1:01 PM, Charles R Harris
wrote:
>
>
> On Fri, Dec 18, 2009 at 10:57 AM, Skipper Seabold
> wrote:
>>
>> On Fri, Dec 18, 2009 at 12:52 PM, Robert Kern
>> wrote:
>> > On Fri, Dec 18, 2009 at 11:46, Keith Goodman
>> > wrote:
>> >> I am using the numpy 1.3 binary from Ubuntu
On Fri, Dec 18, 2009 at 10:57 AM, Skipper Seabold wrote:
> On Fri, Dec 18, 2009 at 12:52 PM, Robert Kern
> wrote:
> > On Fri, Dec 18, 2009 at 11:46, Keith Goodman
> wrote:
> >> I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
> >> known, fixed, reproducible?
> >>
> np.array
On Fri, Dec 18, 2009 at 9:52 AM, Robert Kern wrote:
> On Fri, Dec 18, 2009 at 11:46, Keith Goodman wrote:
>> I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
>> known, fixed, reproducible?
>>
np.array(121).argsort(0).argsort(0)
>> Segmentation fault
>>
>> The expected result
On Fri, Dec 18, 2009 at 11:57, Skipper Seabold wrote:
> On Fri, Dec 18, 2009 at 12:52 PM, Robert Kern wrote:
>> On Fri, Dec 18, 2009 at 11:46, Keith Goodman wrote:
>>> I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
>>> known, fixed, reproducible?
>>>
> np.array(121).argsor
On Fri, Dec 18, 2009 at 12:52 PM, Robert Kern wrote:
> On Fri, Dec 18, 2009 at 11:46, Keith Goodman wrote:
>> I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
>> known, fixed, reproducible?
>>
np.array(121).argsort(0).argsort(0)
>> Segmentation fault
>>
>> The expected resul
On Fri, Dec 18, 2009 at 11:46, Keith Goodman wrote:
> I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
> known, fixed, reproducible?
>
>>> np.array(121).argsort(0).argsort(0)
> Segmentation fault
>
> The expected result:
>
> AttributeError: 'np.int64' object has no attribute 'args
I am using the numpy 1.3 binary from Ubuntu 9.10. Is this already
known, fixed, reproducible?
>> np.array(121).argsort(0).argsort(0)
Segmentation fault
The expected result:
AttributeError: 'np.int64' object has no attribute 'argsort'
___
NumPy-Discussi
14 matches
Mail list logo