Skip to content

Commit

Permalink
Remove tract from step4, step6 dataQuery in DC2, make step6 depend on…
Browse files Browse the repository at this point in the history
… step4 (not step5) in RC2
  • Loading branch information
brianyanny committed May 29, 2024
1 parent b0f0675 commit 01078e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/lsst/cm/prod/configs/DC2/test/dc2_test-med-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ step4:
prerequisites: ["step3"]
includes: ["step"]
pipeline_yaml: "${DRP_PIPE_DIR}/pipelines/LSSTCam-imSim/DRP-test-med-1.yaml#step4"
data_query_base: "instrument='LSSTCam-imSim' and skymap='DC2' and tract in (3828, 3829)"
data_query_base: "instrument='LSSTCam-imSim' and skymap='DC2'

Check failure on line 69 in src/lsst/cm/prod/configs/DC2/test/dc2_test-med-1.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

69:66 [trailing-spaces] trailing spaces
split_args:
dataset: calexp # test or research the reasonable arguments here
field: visit
Expand All @@ -85,7 +85,7 @@ step6:
prerequisites: ["step4"]
includes: ["step"]
pipeline_yaml: "${DRP_PIPE_DIR}/pipelines/LSSTCam-imSim/DRP-test-med-1.yaml#step6"
data_query_base: "instrument='LSSTCam-imSim' and skymap='DC2' and tract in (3828, 3829)"
data_query_base: "instrument='LSSTCam-imSim' and skymap='DC2'
split_args:
dataset: calexp # could also be DiaSource_something
field: visit
Expand Down
2 changes: 1 addition & 1 deletion src/lsst/cm/prod/configs/HSC/test/hsc_weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ step5:
- 9697
- 9813
step6:
prerequisites: ["step5"]
prerequisites: ["step4"]
includes: ["step"]
pipeline_yaml: "${DRP_PIPE_DIR}/pipelines/HSC/DRP-RC2.yaml#step6"
data_query_base: "instrument = 'HSC' and skymap = 'hsc_rings_v1'"
Expand Down

0 comments on commit 01078e3

Please sign in to comment.