Skip to content

Commit 2da7301

Browse files
committed
Merge branch 'BUG-25061' of https://github.com/justinzhengbc/pandas into BUG-25061
2 parents a34dd96 + c9ed96c commit 2da7301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/test_repr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ def test_latex_repr(self):
198198

199199
assert s._repr_latex_() is None
200200

201-
# GH 25061
202201
def test_index_repr_in_frame_with_nan(self):
202+
# see gh-25061
203203
i = Index([1, np.nan])
204204
s = Series([1, 2], index=i)
205205
exp = """1.0 1\nNaN 2\ndtype: int64"""

0 commit comments

Comments
 (0)