[NumPy-Tickets] [NumPy] #1920: Improve numpy.interp running time
NumPy Trac
numpy-tickets@scipy....
Sat Aug 27 06:56:07 CDT 2011
#1920: Improve numpy.interp running time
-------------------------------------------------------+--------------------
Reporter: tkluck | Owner: somebody
Type: enhancement | Status: needs_work
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.6.0
Keywords: patch; linear interpolation; running time |
-------------------------------------------------------+--------------------
Changes (by rgommers):
* status: needs_review => needs_work
Comment:
A few comments on testing:
- doctests are not part of the test suite (not run by default),
they're for examples.
- instead of rounding a float, the function to use is
{{{assert_almost_equal}}} from numpy.testing
Could you please update your test so it integrates with the testing
framework? Guidelines are at
https://github.com/numpy/numpy/blob/master/doc/TESTS.rst.txt, please ask
if you need more help.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1920#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list