-
Notifications
You must be signed in to change notification settings - Fork 54
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
Allow to change downsample function #358
Allow to change downsample function #358
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #358 +/- ##
==========================================
+ Coverage 85.06% 85.42% +0.36%
==========================================
Files 13 13
Lines 1533 1537 +4
==========================================
+ Hits 1304 1313 +9
+ Misses 229 224 -5 ☔ View full report in Codecov by Sentry. |
Hi @nhatnm52 and thanks for the contribution. |
c034ccd
to
eacdca7
Compare
for more information, see https://pre-commit.ci
Hi Will, I have a private project and I need to write an image into a pyramid image with |
Hi, thanks for the clarification. E.g. if I edit your
the only tests that fail are the Instead of adding the extra e.g.
I also noticed that our tests don't actually test Cheers! |
Hi, I rolled back pytest.fixture as original and added testing by pixel-wise for Have a nice working day. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks.
func
to get downsample function.scaler.func
instead ofscaler.nearest
in function_create_mip
.