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.
2 parents bdf178e + 56cb97d commit f6e449bCopy full SHA for f6e449b
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