On Mon, Mar 2, 2015 at 5:51 PM, Nathaniel Smith <n...@pobox.com> wrote:

> On Mon, Mar 2, 2015 at 2:57 PM, Stephan Hoyer <sho...@gmail.com> wrote:
> > Indeed, congratulations Chris!
> >
> > Are there plans to write a vectorized version for NumPy? :)
>
> np.isclose isn't identical, but IIRC the only difference is the defaults.
>
>
There are two differences I saw. Numpy requires the error to be less than
the sum of the relative and absolute errors, the pep uses the maximum of
the two. The other is that numpy as a key word for nans to compare equal.

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to