-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: tm.assert_frame_equal fails to raise near int64 implementation bounds when check_exact=True #40719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This ends up falling down to using |
thats my thought too |
@jbrockmendel how public are these functions (eg can we just change the default for integer data to |
in the past when ive changed tm.assert_foo functions @jorisvandenbossche eventually reports that a downstream package has been affectd |
IMO the |
passing check_exact=True makes it raise as expected, but I was surprised to find it necessary. This likely hides some bugs.
Motivating example adapted from tests.groupby.test_function.test_cummin.
The text was updated successfully, but these errors were encountered: