-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
code-fixChange that does not change the behavior, such as code refactoring.Change that does not change the behavior, such as code refactoring.contribution-welcomeIssue that welcomes contribution.Issue that welcomes contribution.good first issueGood first issue for contribution.Good first issue for contribution.
Description
Motivation
In Optuna, we use return a, b rather than return (a, b), so this issue is for more consistency among the codebase.
Note
Based on PEP8, we do not replace return (a, ) with return a,.
Suggestion
Please refactor each file below:
- optuna/_gp/optim_mixed.py
- optuna/storages/_rdb/models.py
- optuna/storages/_rdb/alembic/versions/v3.0.0.c.py
- optuna/storages/_rdb/alembic/versions/v3.0.0.d.py
- optuna/visualization/_terminator_improvement.py
- tests/trial_tests/test_trial.py
Important
Please modify only one file per PR to encourage contributions from more contributors.
Additional context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code-fixChange that does not change the behavior, such as code refactoring.Change that does not change the behavior, such as code refactoring.contribution-welcomeIssue that welcomes contribution.Issue that welcomes contribution.good first issueGood first issue for contribution.Good first issue for contribution.