8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de58d98 commit 56cb97dCopy full SHA for 56cb97d
tools/triage_tests.py
@@ -40,7 +40,7 @@
40
41
BASELINE_IMAGES = [
42
Path('lib/matplotlib/tests/baseline_images'),
43
- Path('lib/mpl_toolkits/tests/baseline_images'),
+ *Path('lib/mpl_toolkits').glob('*/tests/baseline_images'),
44
]
45
46
tools/visualize_tests.py
@@ -126,7 +126,7 @@ def run(show_browser=True):
126
show_message = True
127
128
if show_message:
129
- print("Open {} in a browser for a visual comparison.".format(index))
+ print(f"Open {index} in a browser for a visual comparison.")
130
131
132
if __name__ == '__main__':
0 commit comments