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-12450: use --reuse-outputs-from instead of doOverwrite/clobber #39

Merged
merged 5 commits into from Nov 13, 2017

Conversation

TallJimbo
Copy link
Member

This is a major change to the behavior of these tasks, as described in RFC-407.

The changes to coaddDriver are tightly coupled to related changes in makeCoaddTempExp in pipe_tasks.

patchRef.datasetExists(self.config.coaddName + "Coadd_calexp")):
self.log.info("Skipping detectCoaddSources for %s; output already exists." % patchRef.dataId)
continue
if patchRef.datasetExists(self.config.coaddName + "Coadd"):
Copy link

Choose a reason for hiding this comment

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

Do you mean if not patchRef.datasetExists here?

@TallJimbo TallJimbo merged commit 48b268a into master Nov 13, 2017
@ktlim ktlim deleted the tickets/DM-12450 branch August 25, 2018 06:50
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