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
It seems like we're getting some failures from test_value_counts_unique_nunique in pandas/tests/base/test_ops.py (weird thing is that it only fails some of the time; maybe because of randomized test data?). Looks like these tests were updated in #32046; @SaturnFromTitan any ideas what might be happening there?
Hm, that's weird. Looking at the error log above the test failed for the fixture value float16-seriesdefined here.
If I recall correctly that fixture value wasn't used/tested in this test before. So possibly we can just remove it from the fixture again. I have no idea about why it's flaky/broken though...
It seems like we're getting some failures from
test_value_counts_unique_nunique
inpandas/tests/base/test_ops.py
(weird thing is that it only fails some of the time; maybe because of randomized test data?). Looks like these tests were updated in #32046; @SaturnFromTitan any ideas what might be happening there?Sample failed pipeline: https://github.com/pandas-dev/pandas/runs/464853016
The text was updated successfully, but these errors were encountered: