We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bb11f commit 16628cbCopy full SHA for 16628cb
pandas/tests/indexes/ranges/test_range.py
@@ -138,7 +138,7 @@ def test_dtype(self):
138
assert index.dtype == np.int64
139
140
def test_cache(self):
141
- # GH 26565, GH26617
+ # GH 26565, GH26617, GH35432
142
# This test checks whether _cache has been set.
143
# Calling RangeIndex._cache["_data"] creates an int64 array of the same length
144
# as the RangeIndex and stores it in _cache.
0 commit comments