[SciPy-Dev] adding chkfinite flags to linalg functions

Nathaniel Smith njs at pobox.com
Fri Aug 26 10:40:19 EDT 2011


Would calling it check_finite instead be too horrible?

- Nathaniel
On Aug 26, 2011 2:47 AM, "Ralf Gommers" <ralf.gommers at googlemail.com> wrote:
> Hi,
>
> https://github.com/scipy/scipy/pull/48 adds a chkfinite flag to
scipy.linalg
> functions that allows for disabling a check on whether there are infs/nans
> in the array, which can be a speed gain if you already know that there's
no
> infs/nans in your input array.
>
> Is anyone opposed to merging this?
>
> Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20110826/22726a50/attachment.html>


More information about the SciPy-Dev mailing list