Skip to content

Commit

Permalink
Disable YPerp for ComCamSim
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Feb 28, 2024
1 parent 48ffc4c commit b01dbf9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pipelines/LSSTComCamSim/DRP-ops-rehearsal-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ tasks:
wcs_provider: "input_summary"
photo_calib_provider: "input_summary"
background_provider: "input_summary"
analyzeObjectTableCore:
class: lsst.analysis.tools.tasks.ObjectTableTractAnalysisTask
config:
python: |
from lsst.analysis.tools.interfaces._actions import NoPlot

Check failure on line 34 in pipelines/LSSTComCamSim/DRP-ops-rehearsal-3.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

34:1 [trailing-spaces] trailing spaces
del config.atools.yPerpPSF
del config.atools.yPerpCModel
subsets:
step1:
subset:
Expand Down

0 comments on commit b01dbf9

Please sign in to comment.