Skip to content

Commit

Permalink
Merge branch 'BUG-25061' of https://github.com/justinzhengbc/pandas i…
Browse files Browse the repository at this point in the history
…nto BUG-25061
  • Loading branch information
JustinZhengBC committed Feb 8, 2019
2 parents a34dd96 + c9ed96c commit 2da7301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/series/test_repr.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ def test_latex_repr(self):

assert s._repr_latex_() is None

# GH 25061
def test_index_repr_in_frame_with_nan(self):
# see gh-25061
i = Index([1, np.nan])
s = Series([1, 2], index=i)
exp = """1.0 1\nNaN 2\ndtype: int64"""
Expand Down

0 comments on commit 2da7301

Please sign in to comment.