Skip to content

CI new numpy nightly failing some tests #50267

Closed
@MarcoGorelli

Description

@MarcoGorelli
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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous Integration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions