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-16082: Fix compression-option warnings in coadds test. #236

Merged
merged 1 commit into from Nov 18, 2018

Conversation

TallJimbo
Copy link
Member

No description provided.

Copy link
Contributor

@parejkoj parejkoj left a comment

Choose a reason for hiding this comment

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

Two comment comments.

@@ -95,6 +95,28 @@ def makeButlerLocation(cls, path, dataId, mapper, suffix=None, storage=None):
if suffix is None:
loc = super(ExposurePersistenceType, cls).makeButlerLocation(path, dataId, mapper, suffix=None,
storage=storage)
# Write options are never applicable for _sub, since that's only
# for read None of the values aside from the "NONE"s matter, but
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there missing punctuation between read and None here?

# for read None of the values aside from the "NONE"s matter, but
# writing explicit meaningless values for all of them to appease
# afw is the price we pay for trying to write a non-CameraMapper
# Mapper. It'll all bet better with Gen3 (TM).
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this worth a TODO: with a ticket number to remind us to clean it up after Gen3?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think so; the whole concept of a mapper will be going away, so I don't think there's any way we could end up with the same problem there.

@TallJimbo TallJimbo merged commit 83da4df into master Nov 18, 2018
@TallJimbo TallJimbo deleted the tickets/DM-16082 branch November 18, 2018 00:23
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