10000 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
Prev Previous commit
Next Next commit
use local topojson for image tests
  • Loading branch information
emilykl committed Apr 23, 2025
commit c684b72802641faf3c7dcfc5b58c36e5876600de
1 change: 1 addition & 0 deletions test/image/make_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
plotlyjs = plotlyjs_with_virtual_webgl

pio.kaleido.scope.plotlyjs = plotlyjs
pio.kaleido.scope.topojson = "file://" + os.path.join(root, 'dist', 'topojson')
pio.templates.default = 'none'

ALL_MOCKS = [os.path.splitext(a)[0] for a in os.listdir(dirIn) if a.endswith('.json')]
Expand Down
0