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
Apparently tests.extension.tests_numpy patches PandasArray._typ so as to break all isinstance(obj, ABCPandasArray) checks. Learning this in the process of troubleshooting failing tests is really frustrating. This is a code smell and should be removed.