scipy / scipy_doctest

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

ENH: allow filtering out import errors on get_public_object #158

Closed ev-br closed 2 months ago

ev-br commented 2 months ago

get_public_object calls getattr(module, name). This can emit a DeprecationWarning, so do it under config.user_context_manager() so that users can filter out these warnings.

ev-br commented 2 months ago

Needs a small tweak in scipy, https://github.com/scipy/scipy/pull/20927