Fix flipped outputs from resample#1046
Merged
rafaqz merged 4 commits intorafaqz:mainfrom Nov 23, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1046 +/- ##
==========================================
+ Coverage 82.89% 83.72% +0.83%
==========================================
Files 58 68 +10
Lines 5425 5481 +56
==========================================
+ Hits 4497 4589 +92
+ Misses 928 892 -36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
Not sure what is going on with all those docstrings... It reports there are a bunch of downloading messages in them that aren't supposed to be there |
Collaborator
|
I think that might be because I disabled something. Maybe some redirect_stdout or so. But not sure. |
rafaqz
approved these changes
Nov 23, 2025
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
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.
closes #1045
I figured out this occured when resampling to dimensions that have different order than the dimensions of the raster that was being resampled. A call to
reordershould fix that.