Skip to content

Commit

Permalink
Update expected output names for cp_pipe products.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jun 13, 2024
1 parent 28b1c1c commit 86ca0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_bfkOutput(self):
def test_gainOutput(self):
# These are certified on a per-exposure basis.
dataId = {'detector': 0, 'exposure': 2021052500079, 'instrument': 'LATISS'}
self.assertIsInstance(self.getExpectedProduct('cpPtcExtract', dataId=dataId),
self.assertIsInstance(self.getExpectedProduct('cpPtcPartial', dataId=dataId),
PhotonTransferCurveDataset)

def test_linearityOutput(self):
Expand All @@ -124,7 +124,7 @@ def test_skyOutput(self):
self.assertIsInstance(self.getExpectedProduct('sky'), Exposure)

def test_ctiOutput(self):
self.assertIsInstance(self.getExpectedProduct('cpCtiCalib'), DeferredChargeCalib)
self.assertIsInstance(self.getExpectedProduct('cti'), DeferredChargeCalib)

def test_ctiProcOutput(self):
# This needs one of the actual exposures and the specific
Expand Down

0 comments on commit 86ca0a4

Please sign in to comment.