-
Notifications
You must be signed in to change notification settings - Fork 22
Crop edges update simplified #237
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jlaehne
reviewed
Sep 17, 2025
6b408a5 to
6a2e712
Compare
jlaehne
reviewed
Sep 18, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #237 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a6ef337 to
026b09a
Compare
f51698c to
01652ee
Compare
01652ee to
e95bd09
Compare
jlaehne
reviewed
Oct 5, 2025
jlaehne
reviewed
Oct 14, 2025
jlaehne
reviewed
Oct 14, 2025
jlaehne
reviewed
Oct 14, 2025
jlaehne
reviewed
Oct 14, 2025
c91b375 to
3d587f3
Compare
641f776 to
99ed835
Compare
f7ad503 to
b66d741
Compare
jlaehne
approved these changes
Oct 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Following the request to make #142 cleaner and separate the crop_ede function from other changes, this is the clean version of the PR, aiming to extend the functionality of crop_edges.
Since the original PR author became inactive, this PR continues the work of PR177 to address the same issue.
Progress of the PR
-Change implemented (can be split into several points),
-docstring updated (if appropriate),
-update user guide (if appropriate),
-added tests,
-added line to upcoming_changes
-added correct year
-added linebreaks
-added blank line
-added comment
-ready for review.