Robert Kern:
> On Mon, Apr 14, 2014 at 5:26 AM, wrote:
>> Greetings,
>>
>> I'm working on an additional function for numpy/lib/twodim_base.py. I'm
>> trying to add some tests for the new function, and
>> numpy/lib/tests/test_twodim_base.py seems like the right place for
>> them.
>> My problem is
On Mon, Apr 14, 2014 at 5:26 AM, wrote:
> Greetings,
>
> I'm working on an additional function for numpy/lib/twodim_base.py. I'm
> trying to add some tests for the new function, and
> numpy/lib/tests/test_twodim_base.py seems like the right place for
> them.
> My problem is travis-ci tells me my
On Mon, Apr 14, 2014 at 6:26 AM, wrote:
> Greetings,
>
> I'm working on an additional function for numpy/lib/twodim_base.py. I'm
> trying to add some tests for the new function, and
> numpy/lib/tests/test_twodim_base.py seems like the right place for
> them.
> My problem is travis-ci tells me my
Greetings,
I'm working on an additional function for numpy/lib/twodim_base.py. I'm
trying to add some tests for the new function, and
numpy/lib/tests/test_twodim_base.py seems like the right place for
them.
My problem is travis-ci tells me my tests are no good.
The error message I get on my loca