Skip to content
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

extend typing #324

Merged
merged 10 commits into from
Jun 29, 2021
Merged

extend typing #324

merged 10 commits into from
Jun 29, 2021

Conversation

Borda
Copy link
Member

@Borda Borda commented Jun 28, 2021

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

What does this PR do?

Fixes # (issue).

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@Borda Borda added the refactoring refactoring and code health label Jun 28, 2021
@codecov
Copy link

codecov bot commented Jun 28, 2021

Codecov Report

Merging #324 (90b88c5) into master (4340f35) will increase coverage by 0.08%.
The diff coverage is 97.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #324      +/-   ##
==========================================
+ Coverage   96.50%   96.59%   +0.08%     
==========================================
  Files         111      111              
  Lines        3547     3549       +2     
==========================================
+ Hits         3423     3428       +5     
+ Misses        124      121       -3     
Flag Coverage Δ
Linux 75.79% <91.48%> (+0.07%) ⬆️
Windows 75.79% <91.48%> (+0.07%) ⬆️
cpu 96.53% <97.87%> (+0.03%) ⬆️
gpu 96.50% <97.87%> (?)
macOS 96.53% <97.87%> (+0.03%) ⬆️
pytest 96.59% <97.87%> (+0.08%) ⬆️
python3.6 95.65% <97.87%> (+0.03%) ⬆️
python3.8 96.53% <97.87%> (+0.03%) ⬆️
python3.9 96.42% <97.87%> (+0.03%) ⬆️
torch1.3.1 95.65% <97.87%> (+0.03%) ⬆️
torch1.4.0 95.74% <97.87%> (+0.03%) ⬆️
torch1.9.0 96.42% <97.87%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
torchmetrics/average.py 95.83% <ø> (ø)
...hmetrics/classification/binned_precision_recall.py 100.00% <ø> (ø)
torchmetrics/classification/f_beta.py 100.00% <ø> (ø)
torchmetrics/classification/iou.py 100.00% <ø> (ø)
torchmetrics/classification/kldivergence.py 87.50% <ø> (ø)
torchmetrics/classification/precision_recall.py 100.00% <ø> (ø)
torchmetrics/classification/specificity.py 100.00% <ø> (ø)
torchmetrics/collections.py 98.87% <ø> (ø)
torchmetrics/image/inception.py 95.00% <ø> (ø)
...trics/regression/mean_absolute_percentage_error.py 100.00% <ø> (ø)
... and 37 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4340f35...90b88c5. Read the comment docs.

@Borda Borda requested a review from maximsch2 June 28, 2021 23:36
torchmetrics/metric.py Show resolved Hide resolved
torchmetrics/metric.py Show resolved Hide resolved
torchmetrics/metric.py Outdated Show resolved Hide resolved
@mergify mergify bot removed the has conflicts label Jun 29, 2021
@Borda Borda merged commit d254bbe into master Jun 29, 2021
@Borda Borda deleted the refactor/typing branch June 29, 2021 06:49
@Borda Borda self-assigned this Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring refactoring and code health
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants