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
Announcing Numexpr 2.4
Numexpr is a fast numerical expression evaluator for NumPy. With it,
expressions that operate on arrays (like "3*a+4*b") are accelerated
and use less memory than doing the same calculation in Python.
It wears multi-thread