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 0ec3ba1 commit ff45414Copy full SHA for ff45414
test/image/make_baseline.py
@@ -68,8 +68,10 @@
68
blacklist = [
69
'map_stamen-style',
70
'gl3d_streamtube_reversed_ranges', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
71
+ 'map_predefined-styles1', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
72
'map_predefined-styles2', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
73
'mathjax', # Temporarily blacklist: fails with Kaleido v1.0.0rc14
74
+ 'grid_subplot_types' # Temporarily blacklist: fails with Kaleido v1.0.0rc14
75
]
76
allNames = [a for a in allNames if a not in blacklist]
77
0 commit comments