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

Change order of constructors for lsst.afw.image.Calib #393

Merged
merged 1 commit into from Sep 14, 2018
Merged

Conversation

timj
Copy link
Member

@timj timj commented Sep 11, 2018

Put the PropertySet in front of list[Calib] since PropertySet now has __len__ and __getitem__ methods and so pybind11 thinks that it is probably a sequence.

@timj timj requested a review from TallJimbo September 13, 2018 20:33
Put the PropertySet in front of list[Calib] since PropertySet
now has __len__ and __getitem__ methods and so pybind11 thinks
that it is probably a sequence.
@timj timj merged commit a0fd271 into master Sep 14, 2018
@timj timj deleted the tickets/DM-15676 branch September 14, 2018 03:39
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

2 participants