Skip to content

Commit

Permalink
Merge pull request #176 from lsst/tickets/DM-20246
Browse files Browse the repository at this point in the history
DM-20246: Update expected test value to reflect afw changes.
  • Loading branch information
TallJimbo committed Jul 26, 2019
2 parents 274f089 + 1ae0c0c commit 89824ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def testFootprintsMeasure(self):
flux = [51.0, 101.0, 20.0]
# sqrt of num pixels in aperture; note the second source is offset
# from the pixel grid.
fluxErr = [math.sqrt(29), math.sqrt(27), math.sqrt(29)]
fluxErr = [math.sqrt(29), math.sqrt(26), math.sqrt(29)]

footprints = afwDetection.FootprintSet(self.mi, afwDetection.Threshold(10), "DETECTED")

Expand Down

0 comments on commit 89824ec

Please sign in to comment.