Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07b5ceb

Browse files
committed
Merge pull request #5072 from cgohlke/patch-4
Fix backend_driver.py fails on non-existent files
2 parents 4a7deb9 + 8066921 commit 07b5ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tests/backend_driver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
]
7171

7272
files['images'] = [
73-
'imshow_demo.py',
73+
'image_demo.py',
74+
'contourf_log.py',
7475
]
7576

7677
files['statistics'] = [
@@ -135,7 +136,6 @@
135136
'contour_image.py',
136137
'contour_label_demo.py',
137138
'contourf_demo.py',
138-
'contourf_log.py',
139139
'coords_demo.py',
140140
'coords_report.py',
141141
'csd_demo.py',

0 commit comments

Comments
 (0)