Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 912eb07

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_ticker.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_ticker.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.