Skip to content

Commit

Permalink
Fix default for deprecated doApplyFinalizedPsf config option.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Sep 19, 2023
1 parent b957171 commit 758af98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/makeWarp.py
Expand Up @@ -271,7 +271,7 @@ class MakeWarpConfig(pipeBase.PipelineTaskConfig, CoaddBaseTask.ConfigClass,
doApplyFinalizedPsf = pexConfig.Field(
doc="Whether to apply finalized psf models and aperture correction map.",
dtype=bool,
default=True,
default=False,
# TODO: remove on DM-39854.
deprecated="Deprecated in favor of useVisitSummaryPsf. Will be removed after v26.",
)
Expand Down

0 comments on commit 758af98

Please sign in to comment.