Skip to content

Commit

Permalink
adjust test to use new names in Struct
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Mar 26, 2024
1 parent 2c646ed commit 5b06ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_makeDirectWarp.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ def test_makeWarp(self):
visitSummary=None
)

warp = result.exposures
warp = result.warp
mfrac = result.masked_fraction_warp
noise = result.noise_warps[0]
noise = result.noise_warp0

# Ensure we got an exposure out
self.assertIsInstance(warp, lsst.afw.image.ExposureF)
Expand Down

0 comments on commit 5b06ea8

Please sign in to comment.