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
@TomAugspurger : No, this issue is unrelated to the interval 32bit failures. The #23318 PR I xref'd is what introduced this.
I'm planning to open a new issue in a little bit related to how assert_extension_array_equal handles precision, as right now it basically does exact=True style equality, which is inconsistent with the other assert_*_equal methods. Making the assert_extension_array_equal behavior consistent would resolve this issue without needing to explicitly change the failing test to an all close test.
The
test_aggfuncs
test in/sparse/test_groupby.py
is failing on 32bit: https://travis-ci.org/MacPython/pandas-wheels/jobs/451706570#L5281Specifically, the pytest output:
The test in question:
pandas/pandas/tests/sparse/test_groupby.py
Lines 43 to 48 in efd1844
xref #23318 : it looks like this is the pr that caused the change?
cc : @jreback @TomAugspurger @5hirish
The text was updated successfully, but these errors were encountered: