Skip to content

COMPAT: a xfailed test in tests/scalar/timedelta/test_arithmetic.py has passed on Apple M1 machine #38786

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
fangchenli opened this issue Dec 29, 2020 · 1 comment
Labels
Compat pandas objects compatability with Numpy or Python functions OS X Related to Mac OS & hardware issues (M1) Testing pandas testing functions or related to the test suite

Comments

@fangchenli
Copy link
Member

fangchenli commented Dec 29, 2020

xref #31992

The exact test is pandas/tests/scalar/timedelta/test_arithmetic.py::TestTimedeltaMultiplicationDivision::test_td_div_nan[nan1]

This test should only pass on py39.

I built numpy from source since pip install numpy doesn't work on Apple M1 machine yet. It might be specific for numpy dev build for arm64.

Output of pd.show_versions()

INSTALLED VERSIONS

commit : 5a6a0f7
python : 3.8.2.final.0
python-bits : 64
OS : Darwin
OS-release : 20.2.0
Version : Darwin Kernel Version 20.2.0: Wed Dec 2 20:40:21 PST 2020; root:xnu-7195.60.75~1/RELEASE_ARM64_T8101
machine : arm64
processor : arm
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8

pandas : 1.3.0.dev0+232.g5a6a0f7d2.dirty
numpy : 1.21.0.dev0+384.g717df4e93
pytz : 2020.5
dateutil : 2.8.1
pip : 20.3.3
setuptools : 41.2.0
Cython : 0.29.21
pytest : 6.2.1
hypothesis : 5.43.4

@fangchenli fangchenli added Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Dec 29, 2020
@fangchenli fangchenli changed the title BUG/TST: a xfailed test in tests/scalar/timedelta/test_arithmetic.py has passed on Apple M1 machine COMPAT: a xfailed test in tests/scalar/timedelta/test_arithmetic.py has passed on Apple M1 machine Dec 29, 2020
@fangchenli fangchenli added Compat pandas objects compatability with Numpy or Python functions and removed Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Dec 29, 2020
@mroeschke mroeschke added Testing pandas testing functions or related to the test suite OS X Related to Mac OS & hardware issues (M1) labels Aug 14, 2021
@fangchenli
Copy link
Member Author

Not shown on M1 now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions OS X Related to Mac OS & hardware issues (M1) Testing pandas testing functions or related to the test suite
Projects
None yet
Development

No branches or pull requests

2 participants