Skip to content

COMPAT: test in tests/indexes/interval/test_astype.py failed on arm64 #38923

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 Jan 3, 2021 · 1 comment
Closed
Labels
ARM aarch64 architecture Bug Testing pandas testing functions or related to the test suite

Comments

@fangchenli
Copy link
Member

_________________ TestFloatSubtype.test_subtype_integer_errors _________________
[gw3] linux -- Python 3.7.9 /home/travis/miniconda3/envs/pandas-dev/bin/python
self = <pandas.tests.indexes.interval.test_astype.TestFloatSubtype object at 0xffff290887d0>
    def test_subtype_integer_errors(self):
        # float64 -> uint64 fails with negative values
        index = interval_range(-10.0, 10.0)
        dtype = IntervalDtype("uint64")
        msg = re.escape(
            "Cannot convert interval[float64] to interval[uint64]; subtypes are "
            "incompatible"
        )
        with pytest.raises(TypeError, match=msg):
>           index.astype(dtype)
E           Failed: DID NOT RAISE <class 'TypeError'>
pandas/tests/indexes/interval/test_astype.py:177: Failed
@fangchenli fangchenli added Bug Needs Triage Issue that has not been reviewed by a pandas team member Compat pandas objects compatability with Numpy or Python functions ARM aarch64 architecture and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Jan 3, 2021
@fangchenli fangchenli changed the title COMPAT: test in tests/indexes/interval/test_astype.py has failed on arm64 COMPAT: test in tests/indexes/interval/test_astype.py failed on arm64 Mar 8, 2021
@mroeschke mroeschke added Testing pandas testing functions or related to the test suite and removed Compat pandas objects compatability with Numpy or Python functions labels Aug 14, 2021
@mroeschke
Copy link
Member

Looks like this is no longer carved out for ARM anymore so closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARM aarch64 architecture Bug Testing pandas testing functions or related to the test suite
Projects
None yet
Development

No branches or pull requests

2 participants