Skip to content

Commit

Permalink
Update pipeline tests for LSSTComCam IsrTaskLSST pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Sep 27, 2024
1 parent 4e15ed3 commit 9b4e6a6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,16 @@ def test_lsstcam_imsim_pipelines(self):
@unittest.skipIf(not has_obs_lsst, reason="Cannot test LSSTComCam pipelines without obs_lsst")
def test_lsstcomcam_pipelines(self):
for pipeline in self._get_pipelines(exclude=[
# The following tasks are not part of the new pipelines.
"cpDarkForDefects.yaml",
"cpDefectsIndividual.yaml",
# The following tasks are not for ComCam.
"cpFilterScan.yaml",
"cpMonochromatorScan.yaml",
# TODO DM-46357: Remove following from exclusion list.
"cpBiasBootstrap.yaml",
"cpDarkBootstrap.yaml",
"cpFlatBootstrap.yaml",
"cpCrosstalk.yaml",
"cpFringe.yaml",
# TODO: DM-46426
"cpCti.yaml",
]):
self._check_pipeline(os.path.join(self.pipeline_path, "LSSTComCam", pipeline))

Expand Down

0 comments on commit 9b4e6a6

Please sign in to comment.