[SciPy-Dev] scipy test errors

Skipper Seabold jsseabold at gmail.com
Fri Dec 21 20:09:06 EST 2012


On Fri, Dec 21, 2012 at 2:51 PM, Ralf Gommers <ralf.gommers at gmail.com> wrote:
>
>
>
> On Fri, Dec 21, 2012 at 4:19 PM, Skipper Seabold <jsseabold at gmail.com>
> wrote:
>>
>> On Fri, Dec 21, 2012 at 4:39 AM, Pauli Virtanen <pav at iki.fi> wrote:
>> > Skipper Seabold <jsseabold <at> gmail.com> writes:
>> > [clip]
>> >> http://projects.scipy.org/scipy/ticket/1796
>> >>
>> >> But I installed master numpy/scipy yesterday on a new system, and I'm
>> >> also experience a large number of errors. Not all the same as listed
>> >> on the ticket.
>> >>
>> >> FAILED (KNOWNFAIL=17, SKIP=37, errors=48)
>> >>
>> >> Test output attached.
>> >
>> > I think all these are due to changes made in Numpy master,
>> > with an older Numpy version (e.g. 1.6.2) all of them should go away.
>> >
>>
>> That's what I figured. I submitted a PR for the indexing with a float.
>> Not sure why the deprecation warnings raised errors though. Don't
>> recall seeing this before. Maybe some configuration that I've
>> overlooked?
>>
>> I was curious if the problems coming from as_strided were a numpy
>> problem. Similarly, I get these errors with numpy 1.7.0b2
>
>
> These should be fixed with the latest numpy 1.7.x branch. If not, please
> open a new numpy issue.

Can confirm that they go away with this branch and see the discussion
now. Is the idea that these will end up back in master?

Skipper



More information about the SciPy-Dev mailing list