Alan G Isaac | 8 Aug 07:05
Favicon
Gravatar

numpy ``trapz`` and scipy ``cumtrapz``

NumPy has ``trapz`` in the ``function_base`` module.
SciPy has ``cumtrapz`` in the ``quadrature`` module.
The code is essentially identical.
Presumably this duplication should be eliminated
by having SciPy import the NumPy function?

Cheers,
Alan Isaac

Gmane