- Notifications
You must be signed in to change notification settings - Fork1.1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Simplify type annotations fortests/pruners_tests/test_percentile.py
#5808
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #5808 +/- ##======================================= Coverage 89.53% 89.53% ======================================= Files 199 199 Lines 12992 12992 =======================================+ Hits 11632 11633 +1+ Misses 1360 1359 -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.
Thanks!
Give a little time to re-run the failed but required CI for merge. |
Motivation
This PR aims to enhance type annotation handling in
Optuna
to the moduletests/pruners_tests/test_percentile.py
and contributes to solving#4508.Description of the changes
Apply changes to
tests/pruners_tests/test_percentile.py
by replacingList
andTuple
fromtyping
module.