Closed
Description
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]