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

DM-15350: Fix segfault in sphgeom::HtmPixelization::pixel #18

Merged
merged 1 commit into from Aug 8, 2018

Conversation

pschella
Copy link

@pschella pschella commented Aug 8, 2018

No description provided.

Use std::unique_ptr<T> holder type (instead of default std::shared_ptr<T>)
to work around upstream pybind11 issue #1132.
Also add, previously missing basic unit test for method.
@pschella pschella merged commit 63a0e91 into master Aug 8, 2018
@ktlim ktlim deleted the tickets/DM-15350 branch August 25, 2018 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants