Skip to content

Commit fe0502c

Browse files
Update test/image/make_baseline.py
Co-authored-by: Alex Johnson <[email protected]>
1 parent ca18710 commit fe0502c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/image/make_baseline.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@
5454
'gl2d_heatmapgl_discrete'
5555
]
5656

57-
HAD = [
58-
LAST[0] in allNames,
59-
LAST[1] in allNames,
60-
LAST[2] in allNames
61-
]
57+
HAD = [item in allNames for item in LAST]
6258

6359
allNames = [a for a in allNames if all(b not in a for b in LAST)]
6460

0 commit comments

Comments
 (0)