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-14828: Update pybind11 wrappers for 2.2 #56

Merged
merged 3 commits into from Jul 21, 2018
Merged

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented Jul 17, 2018

No description provided.

The class name needlessly exposed internal details of afw
and was no longer correct due to recent changes in afw.
The shorter, preferred name, should be valid for the long term.
@@ -1175,7 +1175,7 @@ def skipParent(self, source, masks):
----------
source: `lsst.afw.table.source.source.SourceRecord`
The source to flag as skipped
masks: list of `lsst.afw.image.mask.mask.MaskX`
masks: list of `lsst.afw.image.MaskX`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This maybe could be updated to just say Mask, as the Mask constructor will resolve to MaskX. It was designed so people would not need to know the details of the mask extension. However, as the concrete type is MaskX it would be appropriate to leave it as you have it as well.

@r-owen r-owen merged commit 4dc7b79 into master Jul 21, 2018
@r-owen
Copy link
Contributor Author

r-owen commented Jul 21, 2018

I don't know the current Python mask types so I just went with it -- I figured it was safer to leave well enough alone.

@ktlim ktlim deleted the tickets/DM-14828 branch August 25, 2018 05:49
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