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-25323: Add simple butler put/get test for PropertySet and PropertyList #258

Merged
merged 1 commit into from Jun 8, 2020

Conversation

timj
Copy link
Member

@timj timj commented Jun 8, 2020

@@ -132,6 +140,30 @@ def assertCatalogEqual(self, inputCatalog: lsst.afw.table.SourceCatalog,
inputRecord.getShapeErr()[2, 2],
outputRecord.getShapeErr()[2, 2], rtol=1e-6)

def runFundamentalTypeTest(self, datasetTypeName, entity):
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe this wants a return type annotation?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, except we don't really do any type checking in obs_base yet so motivation is low since nothing I put there is checked.

@n8pease
Copy link
Contributor

n8pease commented Jun 8, 2020

one note, but looks fine.

@timj timj merged commit 8c7e9e0 into master Jun 8, 2020
@timj timj deleted the tickets/DM-25323 branch June 8, 2020 23:10
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