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 f6e449b

Browse filesBrowse files
authored
Merge pull request #24537 from QuLogic/fix-triage
Fix triage tool due to test reorganization
2 parents bdf178e + 56cb97d commit f6e449b
Copy full SHA for f6e449b

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+2
-2
lines changed

‎tools/triage_tests.py

Copy file name to clipboardExpand all lines: tools/triage_tests.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
BASELINE_IMAGES = [
4242
Path('lib/matplotlib/tests/baseline_images'),
43-
Path('lib/mpl_toolkits/tests/baseline_images'),
43+
*Path('lib/mpl_toolkits').glob('*/tests/baseline_images'),
4444
]
4545

4646

‎tools/visualize_tests.py

Copy file name to clipboardExpand all lines: tools/visualize_tests.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def run(show_browser=True):
126126
show_message = True
127127

128128
if show_message:
129-
print("Open {} in a browser for a visual comparison.".format(index))
129+
print(f"Open {index} in a browser for a visual comparison.")
130130

131131

132132
if __name__ == '__main__':

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.