Skip to content

Commit 326b91c

Browse files
committed
bugfix test_iloc_mask
1 parent b4d58e1 commit 326b91c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexing/test_iloc.py

-1
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ def test_iloc_mask(self):
734734
df.iloc[mask]
735735

736736
mask.index = range(len(mask))
737-
result = df.iloc[mask]
738737
msg = "Unalignable boolean Series provided as indexer"
739738
with pytest.raises(IndexingError, match=msg):
740739
df.iloc[mask]

0 commit comments

Comments
 (0)