-
Notifications
You must be signed in to change notification settings - Fork 6
tests.compliance.date.test_date_compliance.TestMethods: test_hash_pandas_object failed #185
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
Don't see anything too wonky in https://github.com/pandas-dev/pandas/commits/main/pandas/core/util/hashing.py, unclear what may have changed |
commit: afd993a Test outputself = data = [ datetime.date(1900, 1, 1), datetime.date(1902, 1, 2), datetime.date(1904, 1, 3), datetime.date(1906,...2, 19), datetime.date(2094, 2, 19), datetime.date(2096, 2, 20), datetime.date(2098, 2, 20)] Length: 100, dtype: dbdate |
because these are compliance tests, we are, in some cases, reaching out and running the pandas test suite, which is what is happening here. We are failing on three tests. The first to fail is this one:
It is not clear why the system is not finding the |
This is a failing test in our compliance testing (i.e. testing compliance with prerelease code.) I am working this, but since this does not impact existing customers, etc, moving this to a P2. |
commit: 2ce44c0 Test outputself = data = [ datetime.date(1900, 1, 1), datetime.date(1902, 1, 2), datetime.date(1904, 1, 3), datetime.date(1906,...2, 19), datetime.date(2094, 2, 19), datetime.date(2096, 2, 20), datetime.date(2098, 2, 20)] Length: 100, dtype: dbdate |
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quiet
label andI will stop commenting.
commit: 614d309
buildURL: Build Status, Sponge
status: failed
Test output
The text was updated successfully, but these errors were encountered: