Skip to content

Commit 4a70ba9

Browse files
committed
TST: windows dtype update xref GH8613
1 parent 26c3a9b commit 4a70ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_indexing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4048,7 +4048,7 @@ def check_slicing_positional(index):
40484048
# IntIndex #
40494049
############
40504050
index = tm.makeIntIndex()
4051-
s = Series(np.arange(len(index))+10,index+5)
4051+
s = Series(np.arange(len(index),dtype='int64')+10,index+5)
40524052

40534053
# this is positional
40544054
result1 = s[2:5]

0 commit comments

Comments
 (0)