Skip to content

Commit

Permalink
Remove unneeded comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Jan 25, 2024
1 parent 080c92c commit ad08bb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lsst/cp/verify/verifyBias.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def imageStatistics(self, exposure, uncorrectedExposure, statControl):
# Docstring inherited
outputStatistics = super().imageStatistics(exposure, uncorrectedExposure, statControl)

# These should be a config item, probably.
boxSize = self.config.ampCornerBoxSize
statisticToRun = afwMath.stringToStatisticsProperty("MEAN")

Expand Down

0 comments on commit ad08bb5

Please sign in to comment.