From ivilata:
Hi, I'm attaching two small patches to the test module of Numexpr:
attachment:numpy_funcs.diff imports some functions from the numpy package
instead of getting
them by pure chance from scipy.testing.
attachment:check_to_test.diff makes the names of generated test methods
consistent with the other
ones, by changing their name from check_* to test_*.
Those two changes make adapting the test module of Numexpr to run without SciPy
(just with
NumPy) a little easier, and I think they improve the overall consistence of the
module.
Original issue reported on code.google.com by courn...@gmail.com on 23 Jun 2008 at 5:35
Original issue reported on code.google.com by
courn...@gmail.com
on 23 Jun 2008 at 5:35Attachments: