Skip to content

Commit

Permalink
Merge pull request #17 from lsst/tickets/DM-14527
Browse files Browse the repository at this point in the history
DM-14527: Update tests for image API changes.
  • Loading branch information
TallJimbo committed Jul 6, 2018
2 parents 100d730 + c1aad79 commit 0c4e358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_addToCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _testAddToCoaddImpl(self, useMask, uniformWeight=True):
else:
coaddUtils.addToCoadd(coadd, weightMap, image, weight)

self.assertEqual(image.get(image.getWidth() - 1, image.getHeight() - 1), truth)
self.assertEqual(image[-1, -1, afwImage.LOCAL], truth)

coadd /= weightMap

Expand Down

0 comments on commit 0c4e358

Please sign in to comment.