Skip to content

Commit 5aedd51

Browse files
committed
skip maps as well as mapbox
1 parent c24497e commit 5aedd51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: test/percy/compare-pandas.py

+3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ def get_fig(html):
1717
for filename in os.listdir("pandas2"):
1818
if filename not in [
1919
"density_mapbox.html",
20+
"density_map.html",
2021
"scatter_hover.html",
2122
"scatter_mapbox.html",
23+
"scatter_map.html",
2224
"line.html",
2325
"choropleth.html",
2426
"line_mapbox.html",
27+
"line_map.html",
2528
"scatter_log.html",
2629
]:
2730
with open(filename, encoding="utf-8") as f1:

0 commit comments

Comments
 (0)