We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_________________________ test_is_timedelta64_ns_dtype _________________________ [gw0] linux -- Python 3.9.15 /home/runner/micromamba/envs/test/bin/python3.9 def test_is_timedelta64_ns_dtype(): assert not com.is_timedelta64_ns_dtype(np.dtype("m8[ps]")) > assert not com.is_timedelta64_ns_dtype(np.array([1, 2], dtype=np.timedelta64)) E AssertionError pandas/tests/dtypes/test_common.py:[51](https://github.com/pandas-dev/pandas/actions/runs/7082249608/job/19272751944?pr=56313#step:8:53)4: AssertionError
This is on the min versions build.
The text was updated successfully, but these errors were encountered:
Not really a blocker but we should investigate further before the release.
I can't seem to reproduce it locally, though.
Sorry, something went wrong.
it seems flaky
Yeah, looks like it is.
Seems to fail most of the time, though. I think I'm comfortable releasing even with it failing, given that this is just the minimum versions build.
Closing, didn't happen on the release (luckily), and not relevant for main.
lithomas1
No branches or pull requests
This is on the min versions build.
The text was updated successfully, but these errors were encountered: