-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Revert PR 719 #802
Revert PR 719 #802
Conversation
@porink0424 Could you review this PR? |
ignore = | ||
E203 | ||
W503 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could introduce these options to align with Optuna's flake8 options. Let me address this in the following pull request.
https://github.com/optuna/optuna/blob/11dca397313eca84dd183e57351c33f33b05e4f6/setup.cfg#L2-L5
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #802 +/- ##
==========================================
- Coverage 69.81% 69.71% -0.11%
==========================================
Files 35 35
Lines 2369 2364 -5
==========================================
- Hits 1654 1648 -6
- Misses 715 716 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
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
Revert #719
What does this implement/fix? Explain your changes.
Revert #719 since we've found some issues on that changes.