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

Warn if 'mean' padding mode is used for label maps #1065

Merged
merged 2 commits into from
Apr 5, 2023

Conversation

fepegar
Copy link
Owner

@fepegar fepegar commented Apr 5, 2023

Resolves #1015.

Description

Checklist

  • I have read the CONTRIBUTING docs and have a developer setup (especially important are pre-commitand pytest)
  • Non-breaking change (would not break existing functionality)
  • Breaking change (would cause existing functionality to change)
  • Tests added or modified to cover the changes
  • Integration tests passed locally by running pytest
  • In-line docstrings updated
  • Documentation updated, tested running make html inside the docs/ folder
  • This pull request is ready to be reviewed

@fepegar fepegar merged commit 123c886 into main Apr 5, 2023
@fepegar fepegar deleted the 1015-warn-mean-padding-label branch April 5, 2023 21:16
@fepegar fepegar mentioned this pull request Apr 5, 2023
1 task
Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.30%. Comparing base (c094a18) to head (d76590b).
Report is 83 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1065      +/-   ##
==========================================
+ Coverage   87.29%   87.30%   +0.01%     
==========================================
  Files          91       91              
  Lines        5800     5806       +6     
==========================================
+ Hits         5063     5069       +6     
  Misses        737      737              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pad modifies labels unexpectedly
1 participant