Skip to content
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: fix sliced array input for reprojection #391

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Feb 27, 2024

When operating on sliced input, the physical offsets are incorrect because the current array points to a range not at the beginning of the array. So when creating new arrays that are not sliced, we need to subtract off the original offset of the first element.

This is the primary bug from #390

@kylebarron kylebarron merged commit 14a6fdc into main Feb 27, 2024
5 checks passed
@kylebarron kylebarron deleted the kyle/fix-sliced-reprojection branch February 27, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant