openml / openml-python

Python module to interface with OpenML
https://openml.github.io/openml-python/main/
Other
279 stars 143 forks source link

fix: Chipping away at ruff lints #1303

Closed eddiebergman closed 9 months ago

eddiebergman commented 9 months ago

Reference Issue

What does this PR implement/fix? Explain your changes.

How should this PR be tested?

Any other comments?

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (56895c2) 84.92% compared to head (081c95c) 63.70%. Report is 2 commits behind head on develop.

:exclamation: Current head 081c95c differs from pull request most recent head 7fd80df. Consider uploading reports for the commit 7fd80df to get more accurate results

Files Patch % Lines
openml/runs/functions.py 56.86% 22 Missing :warning:
openml/testing.py 56.25% 21 Missing :warning:
openml/extensions/sklearn/extension.py 77.46% 16 Missing :warning:
openml/datasets/dataset.py 64.70% 12 Missing :warning:
openml/runs/run.py 60.00% 10 Missing :warning:
openml/datasets/functions.py 75.67% 9 Missing :warning:
openml/utils.py 84.48% 9 Missing :warning:
openml/config.py 82.60% 8 Missing :warning:
openml/tasks/split.py 71.42% 8 Missing :warning:
openml/setups/setup.py 40.00% 6 Missing :warning:
... and 14 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1303 +/- ## ============================================ - Coverage 84.92% 63.70% -21.22% ============================================ Files 38 38 Lines 5120 5070 -50 ============================================ - Hits 4348 3230 -1118 - Misses 772 1840 +1068 ```

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