-
Notifications
You must be signed in to change notification settings - Fork 345
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
fix get_tile_bin_edges; revert ndc2pix #113
Conversation
In this case I trace to
The last two rows are buggy and they are the reason of this artifacts. |
Also this artifacts is introduced in commit bae8738, which helps locate to the After this fix the last two rows of the
which eliminates the artifacts: |
So I revert the +/- 0.5 in #112 |
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!
Continue fixing #111.
It is actually not the -0.5 in
ndc2pix
that causes the bug -- flipping the sign only hides it. Here is another test case that still render with artifacts (bottom right corner) after #112: