8 Aug 07:05
numpy ``trapz`` and scipy ``cumtrapz``
From: Alan G Isaac <aisaac <at> american.edu>
Subject: numpy ``trapz`` and scipy ``cumtrapz``
Newsgroups: gmane.comp.python.scientific.devel
Date: 2008-08-08 05:07:28 GMT
Subject: numpy ``trapz`` and scipy ``cumtrapz``
Newsgroups: gmane.comp.python.scientific.devel
Date: 2008-08-08 05:07:28 GMT
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
RSS Feed