Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add GH number
  • Loading branch information
topper-123 committed Aug 4, 2020
commit 6318ffa13b17bda5e2ac524701d3c00e8cb17b88
2 changes: 1 addition & 1 deletion pandas/tests/indexes/ranges/test_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def test_dtype(self):
assert index.dtype == np.int64

def test_cache(self):
# GH 26565, GH26617
# GH 26565, GH26617, GH35432
# This test checks whether _cache has been set.
# Calling RangeIndex._cache["_data"] creates an int64 array of the same length
# as the RangeIndex and stores it in _cache.
Expand Down