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
_________________ 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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: