8000 Updating baselines for new geodata by emilykl · Pull Request #7406 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Updating baselines for new geodata #7406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add some mocks to blacklist
  • Loading branch information
emilykl committed Apr 22, 2025
commit 33a2e00a8e91e0bc9039b11dc02f884ff3492775
4 changes: 4 additions & 0 deletions test/image/make_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
5758 # unable to generate baselines for the following mocks
blacklist = [
'map_stamen-style',
'map_predefined-styles2',
'map_scattercluster',
'map_fonts-supported-open-sans',
'map_fonts-supported-open-sans-weight',
]
allNames = [a for a in allNames if a not in blacklist]

Expand Down
0