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-27168: Phase out use of FilterProperty #78

Merged
merged 1 commit into from Nov 12, 2020
Merged

DM-27168: Phase out use of FilterProperty #78

merged 1 commit into from Nov 12, 2020

Conversation

czwa
Copy link
Contributor

@czwa czwa commented Nov 10, 2020

End usage of FilterProperty, as per RFC-730.

@czwa czwa requested a review from kfindeisen November 10, 2020 21:15
@@ -82,13 +82,13 @@ def assertExposure(self, exp, ccd, checkFilter=True):
print("width: ", exp.getWidth())
print("height: ", exp.getHeight())
print("detector name: ", exp.getDetector().getName())
print("filter name: ", exp.getFilter().getFilterProperty().getName())
print("filter name: ", exp.getFilter().getName())
Copy link
Member

Choose a reason for hiding this comment

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

As in lsst/pipe_tasks#428, I'm pretty sure this is an idiom for getCanonicalName() that predates its introduction.

@czwa czwa merged commit c83d3a1 into master Nov 12, 2020
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