Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pipelines/LATISS/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ tasks:
diaPipe:
class: lsst.ap.association.DiaPipelineTask
config:
doPackageAlerts: True
alertPackager.doProduceAlerts: True
# Alert distribution only runnable in PP environment.
alertPackager.doProduceAlerts: True
2 changes: 1 addition & 1 deletion pipelines/LSSTComCam/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ tasks:
diaPipe:
class: lsst.ap.association.DiaPipelineTask
config:
doPackageAlerts: True
# Alert distribution only runnable in PP environment.
alertPackager.doProduceAlerts: True
2 changes: 1 addition & 1 deletion pipelines/LSSTComCamSim/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ tasks:
diaPipe:
class: lsst.ap.association.DiaPipelineTask
config:
doPackageAlerts: True
# Alert distribution only runnable in PP environment.
alertPackager.doProduceAlerts: True
Loading