Skip to content

CI new numpy nightly failing some tests #50267

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

Closed
MarcoGorelli opened this issue Dec 15, 2022 · 0 comments · Fixed by #50268
Closed

CI new numpy nightly failing some tests #50267

MarcoGorelli opened this issue Dec 15, 2022 · 0 comments · Fixed by #50268
Labels
CI Continuous Integration

Comments

@MarcoGorelli
Copy link
Member

2022-12-15T09:04:34.1328103Z FAILED pandas/tests/series/methods/test_describe.py::TestSeriesDescribe::test_numeric_result_dtype[complex] - TypeError: a must be an array of real numbers
2022-12-15T09:04:34.1328576Z FAILED pandas/tests/series/methods/test_describe.py::TestSeriesDescribe::test_numeric_result_dtype[complex64] - TypeError: a must be an array of real numbers
2022-12-15T09:04:34.1329046Z FAILED pandas/tests/series/methods/test_describe.py::TestSeriesDescribe::test_numeric_result_dtype[complex128] - TypeError: a must be an array of real numbers

Can reproduce this locally with:

pip uninstall numpy -y
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
pytest pandas/tests/series/methods/test_describe.py::TestSeriesDescribe::test_numeric_result_dtype[complex]
@MarcoGorelli MarcoGorelli added the CI Continuous Integration label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant