shunwang / numexpr

Automatically exported from code.google.com/p/numexpr
MIT License
0 stars 0 forks source link

forwarded from scipy #614: Minor changes to Numexpr test module #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
This was already addressed in Numexpr 1.0.  Closing this ticket.

Original comment by fal...@gmail.com on 14 Jan 2009 at 6:48