8000 Merge pull request #12989 from anntzer/pprint_val_tests · lazka/matplotlib@912eb07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 912eb07

Browse files
authored
Merge pull request matplotlib#12989 from anntzer/pprint_val_tests
Avoid spamming tests with warnings re: deprecation of pprint_val.
2 parents bca4cbd + 3ae363a commit 912eb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ class TestLogFormatter(object):
587587
@pytest.mark.parametrize('value, domain, expected', pprint_data)
588588
def test_pprint(self, value, domain, expected):
589589
fmt = mticker.LogFormatter()
590-
label = fmt.pprint_val(value, domain)
590+
label = fmt._pprint_val(value, domain)
591591
assert label == expected
592592

593593
def _sub_labels(self, axis, subs=()):

0 commit comments

Comments
 (0)
0