optuna / optuna-dashboard

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

Move config files to under the `optuna_dashboard` directory. #847

Closed c-bata closed 5 months ago

c-bata commented 5 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

An alternative approach for #845.

What does this implement/fix? Explain your changes.

Move config files to under the optuna_dashboard directory.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.51%. Comparing base (e82d3b9) to head (7cb89d7). Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #847 +/- ## ========================================== - Coverage 69.60% 69.51% -0.09% ========================================== Files 35 35 Lines 2375 2375 ========================================== - Hits 1653 1651 -2 - Misses 722 724 +2 ```

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

c-bata commented 5 months ago

Thank you for your review! Good catch. I fixed the biome.json. Could you take a look again?