Skip to content

Commit

Permalink
Merge pull request #833 from lsst/tickets/DM-40836
Browse files Browse the repository at this point in the history
DM-40836: Fix default for deprecated doApplyFinalizedPsf config option.
  • Loading branch information
TallJimbo committed Sep 20, 2023
2 parents d68abc7 + b860bea commit e37a0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/makeWarp.py
Original file line number Diff line number Diff line change
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 e37a0ae

Please sign in to comment.