You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MacOS arm64 (M1 and above) platforms do not recognize some dtypes from
FAILED tests/test_series.py::test_astype_float['f16'-<class 'numpy.longdouble'>] - TypeError: data type 'f16' not understood
FAILED tests/test_series.py::test_astype_float['float128'-<class 'numpy.longdouble'>] - TypeError: data type 'float128' not understood
FAILED tests/test_series.py::test_astype_complex['c32'-<class 'numpy.clongdouble'>] - TypeError: data type 'c32' not understood
FAILED tests/test_series.py::test_astype_complex['complex256'-<class 'numpy.clongdouble'>] - TypeError: data type 'complex256' not understood
The text was updated successfully, but these errors were encountered:
loicdiridollou
changed the title
Skip astype tests for f16, float128, c32 and complex256 on MacOS arm64 platforms
astype tests failing for f16, float128, c32 and complex256 on MacOS arm64 platforms
Nov 22, 2024
Describe the bug
MacOS arm64 (M1 and above) platforms do not recognize some dtypes from
To Reproduce
Run
poetry run poe test_all
on a Mac M1 or above (for reference I ran a build on GitHub Actions, see https://github.com/loicdiridollou/pandas-stubs/actions/runs/11981847576/job/33408829929)Please complete the following information:
pandas-stubs
NAThe text was updated successfully, but these errors were encountered: