scipy / scipy_doctest

Floating-point aware doctesting
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

ENH: treat nans as equal #151

Closed ev-br closed 4 months ago

ev-br commented 4 months ago

closes gh-150

(now that I finally RTFM, allclose does have an equal_nan=True switch).

While at it, handle complex nans and infs.