Skip to content

Commit a868714

Browse files
committed
[26660] add issue number in test description
1 parent 6c170a7 commit a868714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/formats/test_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,6 +2741,7 @@ def test_format_percentiles():
27412741

27422742

27432743
def test_format_percentiles_integer_idx():
2744+
# Issue #26660
27442745
result = fmt.format_percentiles(np.linspace(0, 1, 10 + 1))
27452746
expected = ['0%', '10%', '20%', '30%', '40%', '50%',
27462747
'60%', '70%', '80%', '90%', '100%']

0 commit comments

Comments
 (0)