Skip to content

Commit

Permalink
Remove unnecessary tearDowns
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj authored and TallJimbo committed Nov 7, 2024
1 parent 4d3b23f commit 86d5e11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions tests/test_astrometryFail.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ def setUp(self):
universe=self.butler.dimensions,
)

def tearDown(self):
del self.butler
del self.detector
del self.visit
del self.calexpMinimalDataId

def testWcsAndPhotoCalibIsNoneForFailedAstrom(self):
"""Test the WCS and photoCalib objects attached to failed WCS exposure.
Expand Down
8 changes: 0 additions & 8 deletions tests/test_psfModelTraceFail.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ def setUp(self):
universe=self.butler.dimensions,
)

def tearDown(self):
del self.butler
del self.skymap
del self.tract
del self.patch
del self.band
del self.coaddDataId

def testFailedPsfTraceRadiusDeltaNotInCoadd(self):
"""Check that the detectors failing the maxPsfTraceRadiusDelta
criterion are not included in the coadd.
Expand Down

0 comments on commit 86d5e11

Please sign in to comment.