Skip to content

Commit

Permalink
Merge pull request #330 from lsst/tickets/DM-45131
Browse files Browse the repository at this point in the history
DM-45131: Correct logger class in docstring
  • Loading branch information
timj authored Jul 8, 2024
2 parents f375526 + 52b3c42 commit 1cfbe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/subtractImages.py
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ def checkTemplateIsSufficient(templateExposure, logger, requiredTemplateFraction
----------
templateExposure : `lsst.afw.image.ExposureF`
The template exposure to check
logger : `lsst.log.Log`
logger : `logging.Logger`
Logger for printing output.
requiredTemplateFraction : `float`, optional
Fraction of pixels of the science image required to have coverage
Expand Down

0 comments on commit 1cfbe01

Please sign in to comment.