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
Fix spectral/spectral_r deprecations on Python 2.7.
In 2.7, the hidden __warningregistry__ gets set and then the warning is
never seen again, regardless of the filter setting.
Instead, just never trigger the warning in the first place (thanks
@anntzer).
0 commit comments