Skip to content

Commit

Permalink
Merge pull request #175 from lsst/tickets/DM-28497
Browse files Browse the repository at this point in the history
afw.math modernize pybind wrappers
  • Loading branch information
mwittgen committed Feb 11, 2021
2 parents 0aa4494 + 2f16310 commit 4c66b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/psfMatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class PsfMatchConfig(pexConfig.Config):
and background modeling subTasks."""

warpingConfig = pexConfig.ConfigField("Config for warping exposures to a common alignment",
afwMath.warper.WarperConfig)
afwMath.WarperConfig)
detectionConfig = pexConfig.ConfigField("Controlling the detection of sources for kernel building",
DetectionConfig)
afwBackgroundConfig = pexConfig.ConfigField("Controlling the Afw background fitting",
Expand Down

0 comments on commit 4c66b1c

Please sign in to comment.