Skip to content

Commit

Permalink
Merge pull request #194 from lsst/tickets/DM-41108
Browse files Browse the repository at this point in the history
DM-41108: Do write associated sources by default
  • Loading branch information
isullivan committed Mar 15, 2024
2 parents 61a7c33 + ddfc90b commit 5912515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ap/association/diaPipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class DiaPipelineConfig(pipeBase.PipelineTaskConfig,
)
doWriteAssociatedSources = pexConfig.Field(
dtype=bool,
default=False,
default=True,
doc="Write out associated DiaSources, DiaForcedSources, and DiaObjects, "
"formatted following the Science Data Model.",
)
Expand Down

0 comments on commit 5912515

Please sign in to comment.