Skip to content

Commit 3fd69e9

Browse files
committed
Add comment with issue pandas-dev#25514
1 parent 7dc8a33 commit 3fd69e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/formats/test_format.py

+1
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,7 @@ def test_to_string_float_index(self):
13711371
assert result == expected
13721372

13731373
def test_to_string_complex_float_formatting(self):
1374+
# GH #25514
13741375
with pd.option_context('display.precision', 5):
13751376
df = DataFrame({'x': [
13761377
(0.4467846931321966 + 0.0715185102060818j),

0 commit comments

Comments
 (0)