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've noticed recently that the xfailed part of the following test is occasionally xpassing, which is causing the test suite to fail due to being strict with xpass:
I've noticed recently that the xfailed part of the following test is occasionally xpassing, which is causing the test suite to fail due to being strict with xpass:
pandas/pandas/tests/series/test_analytics.py
Lines 1405 to 1412 in 90a85e0
The quick fix is to update the
xfail
withstrict=False
but additional investigation into why this is occasionally passing would also be appreciated.Examples of the xpass:
The text was updated successfully, but these errors were encountered: