Skip to content

Commit

Permalink
Move measMatch* out of COMMON_OUTPUTS
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jun 11, 2024
1 parent efba1c4 commit 5230847
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@
"deepCoadd_forced_src",
"deepCoadd_inputMap",
"deepCoadd_meas",
"deepCoadd_measMatch",
"deepCoadd_measMatchFull",
"deepCoadd_mergeDet",
"deepCoadd_nImage",
"deepCoadd_obj",
Expand Down Expand Up @@ -118,6 +116,8 @@
HSC_OUTPUTS = {
"calexp_skyCorr_visit_mosaic",
"calexpBackground_skyCorr_visit_mosaic",
"deepCoadd_measMatch",
"deepCoadd_measMatchFull",
"forced_src",
"preSource",
"preSourceTable",
Expand All @@ -128,6 +128,8 @@

# LSSTCam-imSim common outputs, in addition to COMMON_OUTPUTS
LSSTCAM_IMSIM_OUTPUTS = {
"deepCoadd_measMatch",
"deepCoadd_measMatchFull",
"diaObjectTable_tract",
"diaSourceTable",
"diaSourceTable_tract",
Expand Down Expand Up @@ -219,6 +221,8 @@ def test_decam_drp_merian(self):
},
expected_outputs=COMMON_OUTPUTS
| {
"deepCoadd_measMatch",
"deepCoadd_measMatchFull",
"goodSeeingCoadd",
"goodSeeingCoadd_nImage",
"goodSeeingVisits",
Expand Down

0 comments on commit 5230847

Please sign in to comment.