Skip to content

Commit

Permalink
fixup! Remove good-for-tests, bad-for-production logic in summary stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Jan 10, 2023
1 parent 9413f14 commit 3ff480c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_isPrimaryFlag.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def setUp(self):

# Characterize the image (create PSF, etc.)
charImConfig = CharacterizeImageConfig()
charImConfig.doComputeSummaryStats = False
charImTask = CharacterizeImageTask(config=charImConfig)
self.charImResults = charImTask.run(self.exposure)

Expand Down
1 change: 0 additions & 1 deletion tests/test_skySources.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def _checkSkySourceColumnExistence(self, doSkySources):
charImConfig = CharacterizeImageConfig()
charImConfig.measurePsf.psfDeterminer = 'piff'
charImConfig.measurePsf.psfDeterminer['piff'].spatialOrder = 0
charImConfig.doComputeSummaryStats = False
charImTask = CharacterizeImageTask(config=charImConfig)
charImResults = charImTask.run(self.exposure)
calibConfig = CalibrateConfig()
Expand Down

0 comments on commit 3ff480c

Please sign in to comment.