Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd6f097

Browse files
Update lib/matplotlib/tests/test_ticker.py
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent b11b32c commit bd6f097

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/tests/test_ticker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ def test_set_params(self):
607607
def test_tick_values_not_exceeding_vmax(self):
608608
"""
609609
Test that tick_values does not return values greater than vmax.
610-
Regression test for issue #31086.
611610
"""
612611
# Test case where offset=0 could cause vmax to be included incorrectly
613612
index = mticker.IndexLocator(base=1, offset=0)

0 commit comments

Comments
 (0)