scipy / scipy_doctest

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

ENH: Filter deprecation warnings #103

Closed Sheila-nk closed 1 year ago

Sheila-nk commented 1 year ago

Closes #93

Sheila-nk commented 1 year ago

For some weird reason, all the syntax errors that came with running doctests on numpy ufuncs disappear with this patch 🤷‍♀️

ev-br commented 1 year ago

Have added a comment for future work (would be great to minimize the differences between plugin and testmod, at some point; no need to do anything now).

With that in mind, this PR LGTM, let's roll with it. Thanks Sheila!