Skip to content

Commit

Permalink
Let TestDataset handle coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Oct 27, 2023
1 parent d58a837 commit eb9025e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def setUp(self):

schema = dataset.makeMinimalSchema()
self.truth_exposure, self.truth_cat = dataset.realize(noise=noise, schema=schema)
lsst.afw.table.updateSourceCoords(self.truth_exposure.wcs, self.truth_cat)
# To make it look like a version=1 (nJy fluxes) refcat
self.truth_cat = self.truth_exposure.photoCalib.calibrateCatalog(self.truth_cat)
self.ref_loader = testUtils.MockReferenceObjectLoaderFromMemory([self.truth_cat])
Expand Down

0 comments on commit eb9025e

Please sign in to comment.