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

obs_test: add test to get filter metadata #34

Merged
merged 2 commits into from Jun 14, 2017
Merged

Conversation

n8pease
Copy link
Contributor

@n8pease n8pease commented Jun 13, 2017

No description provided.

@@ -84,6 +85,8 @@ def test(self):

self.assertIsInstance(visitInfo, lsst.afw.image.VisitInfo)

self.assertIsInstance(filt, lsst.afw.image.Filter)
Copy link
Contributor

Choose a reason for hiding this comment

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

You could also check that the filter name is 'r'. That would make sure the correct filter is being constructed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the filter is actually not used in the mapping, I'll remove it from the query.

@n8pease n8pease merged commit 0563dd7 into master Jun 14, 2017
@ktlim ktlim deleted the tickets/DM-10778 branch August 25, 2018 06:16
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