[SciPy-Dev] adding chkfinite flags to linalg functions

Christopher Jordan-Squire cjordan1 at uw.edu
Fri Aug 26 12:51:28 EDT 2011


On Fri, Aug 26, 2011 at 9:40 AM, Nathaniel Smith <njs at pobox.com> wrote:
> Would calling it check_finite instead be too horrible?
>
It's called chkfinite in accordance with the numpy function that is called.

-Chris JS

> - 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
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
>



More information about the SciPy-Dev mailing list