-
-
Notifications
You must be signed in to change notification settings - Fork 62
Finer control of locate_tiles #304
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #304 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 1251 1264 +13
Branches 118 124 +6
=========================================
+ Hits 1251 1264 +13
Continue to review full report at Codecov.
|
Hey @kheffah thanks for this PR!! First of all, could you split this commit into 3 separate commits? |
@alessiamarcolini All done :) |
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.
@kheffah thanks for this contribution. That's great. Just a couple of comments
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.
Per comments, please let me know if something is not clear enough
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.
I think we're close. Could you address my last comments please :D
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.
some stylistic changes + unit test code shouldn't have conditionals (see comments)
…s to avoid re-extraction, 2. optionally not fading image, 3. passing individual colors to specific tiles (eg to emphasize specific regions of interest).
This reverts commit a636668. Instead we will default alpha to 255 to avoid unnecessary if statement.
…ument of locate_tiles and use generators instead
c1bd0b4
to
2829ddd
Compare
shorter line in DescribeRandomTiler shorter line in DescribeRandomTiler
Co-authored-by: Alessia Marcolini <98marcolini@gmail.com>
2829ddd
to
b88f31e
Compare
383694e
to
8a1aff9
Compare
Finer control of locate_tiles including
Types of Changes
Checklist