We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4618a09 commit d740b65Copy full SHA for d740b65
pandas/tests/test_multilevel.py
@@ -1617,7 +1617,7 @@ def test_pyint_engine(self):
1617
1618
# With missing key:
1619
idces = range(len(keys))
1620
- expected = np.array([-1] + list(idces), dtype='int64')
+ expected = np.array([-1] + list(idces), dtype=np.intp)
1621
missing = tuple([0, 1] * 5 * N)
1622
result = index.get_indexer([missing] + [keys[i] for i in idces])
1623
tm.assert_numpy_array_equal(result, expected)
0 commit comments