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

Fix plot splitter #2060

Merged
merged 2 commits into from
Sep 6, 2023
Merged

Fix plot splitter #2060

merged 2 commits into from
Sep 6, 2023

Conversation

SkafteNicki
Copy link
Member

@SkafteNicki SkafteNicki commented Sep 6, 2023

What does this PR do?

Fixes #2059

Before submitting
  • Was this discussed/agreed 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?
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 🙃


📚 Documentation preview 📚: https://torchmetrics--2060.org.readthedocs.build/en/2060/

@SkafteNicki SkafteNicki added the bug / fix Something isn't working label Sep 6, 2023
@SkafteNicki SkafteNicki added this to the v1.1.x milestone Sep 6, 2023
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #2060 (4d29de0) into master (ca9fe3d) will increase coverage by 0%.
The diff coverage is 100%.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #2060   +/-   ##
======================================
  Coverage      87%     87%           
======================================
  Files         281     281           
  Lines       15884   15884           
======================================
+ Hits        13781   13783    +2     
+ Misses       2103    2101    -2     

@mergify mergify bot added the ready label Sep 6, 2023
@SkafteNicki SkafteNicki merged commit acaf4cc into master Sep 6, 2023
66 checks passed
@SkafteNicki SkafteNicki deleted the plot_splitting branch September 6, 2023 10:01
Borda pushed a commit that referenced this pull request Sep 9, 2023
* fix + tests

* changelog

(cherry picked from commit acaf4cc)
Borda pushed a commit that referenced this pull request Sep 11, 2023
* fix + tests

* changelog

(cherry picked from commit acaf4cc)
matsumotosan pushed a commit to matsumotosan/metrics that referenced this pull request Sep 19, 2023
* fix + tests

* changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug / fix Something isn't working ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect split of columns and rows in a plot for multi label confusion matrix.
3 participants