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
fangchenli opened this issue
Dec 29, 2020
· 1 comment
Labels
Compatpandas objects compatability with Numpy or Python functionsOS XRelated to Mac OS & hardware issues (M1)Testingpandas testing functions or related to the test suite
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
Compatpandas objects compatability with Numpy or Python functionsOS XRelated to Mac OS & hardware issues (M1)Testingpandas testing functions or related to the test suite
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
The text was updated successfully, but these errors were encountered: