Skip to content

Commit 689f52d

Browse files
committed
Merge remote-tracking branch 'origin/multiindex_at_fix' into multiindex_at_fix
# Conflicts: # pandas/tests/indexing/test_scalar.py
2 parents d22658a + 2a1e362 commit 689f52d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexing/test_scalar.py

-1
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,3 @@ def test_multiindex_series_at_set():
335335
assert series.at[1, 3] == 3
336336
series.loc[1, 3] = 4
337337
assert series.loc[1, 3] == 4
338-

0 commit comments

Comments
 (0)