You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it is time that we considered silencing these warnings by default in all cases, TBH. Would you be interested in having a go at seeing what that actually looks like in practice? To be clear, I'm not suggesting we remove the warnings, I'm suggesting that they are silenced by default (like the standard DeprecationWarning in python).
The testing logs contain hundreds of
UserWarnings
. The vast majority seems to be:and
Expected warnings that are intended should be silenced. As an example, Improver has a decorator that does this.
If there are no objections I will have a go at creating a pull request.
The text was updated successfully, but these errors were encountered: