optuna / optuna-dashboard

Real-time Web Dashboard for Optuna.
https://optuna-dashboard.readthedocs.io/en/latest/
Other
534 stars 90 forks source link

Avoid crushing on Chrome v128 when using plotlypy mode #947

Closed c-bata closed 3 months ago

c-bata commented 3 months ago

Contributor License Agreement

This repository (optuna-dashboard) and Goptuna share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.

Reference Issues/PRs

Refs https://github.com/plotly/plotly.js/issues/7130

What does this implement/fix? Explain your changes.

Catch an error to avoid crushing the entire content.

archmoj commented 3 months ago

Simply FYI: The regression (https://issues.chromium.org/issues/361823993.) is now fixed by Chromium 128.0.6613.113 https://chromium.googlesource.com/chromium/src/+/refs/tags/128.0.6613.113 You may consider updating your browser if you encountered that bug.

c-bata commented 3 months ago

@archmoj Thank you for letting me know!