optuna / optuna-dashboard

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

improve ux when trying to open sqlite without protocol #800

Closed turbotimon closed 6 months ago

turbotimon commented 7 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

Fixes/Improves UX for #799

What does this implement/fix? Explain your changes.

codecov[bot] commented 7 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (5a4070c) 68.96% compared to head (d425b2f) 69.78%. Report is 78 commits behind head on main.

Files Patch % Lines
optuna_dashboard/_app.py 78.57% 3 Missing :warning:
optuna_dashboard/_storage_url.py 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #800 +/- ## ========================================== + Coverage 68.96% 69.78% +0.81% ========================================== Files 35 35 Lines 2388 2373 -15 ========================================== + Hits 1647 1656 +9 + Misses 741 717 -24 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

c-bata commented 6 months ago

Let me assign @keisuke-umezawa as a reviewer.

@turbotimon Could you fix a flake8 error?

turbotimon commented 6 months ago

Let me assign @keisuke-umezawa as a reviewer.

@turbotimon Could you fix a flake8 error?

Done!