Skip to content

Commit

Permalink
Update import pointer in docs for pipelines_check
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Jul 3, 2023
1 parent 2915df5 commit bc29145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/lsst.ctrl.mpexec/configuring-pipetask-tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ How to view the current pipeline
--------------------------------

A pipeline can be built up from many ingredients and it can be hard to determine exactly the pipeline that you are going to execute.
For example the pipeline used for the ``pipeline_check`` package currently looks like:
For example the pipeline used for the ``pipeline_check`` package, ``$DRP_PIPE_DIR/pipelines/HSC/pipelines_check.yaml``, currently looks like:

.. code-block:: yaml
description: |
A tiny subset of the DRP pipeline used by the pipelines_check CI package.
instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
location: "$DRP_PIPE_DIR/ingredients/HSC/DRP.yaml"
location: "$DRP_PIPE_DIR/pipelines/_ingredients/HSC/DRP.yaml"
include:
- processCcd
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click
astropy
psutil
pydantic
pydantic < 2
networkx
git+https://github.com/lsst/resources@main#egg=lsst-resources
git+https://github.com/lsst/daf_butler@main#egg=lsst-daf-butler
Expand Down

0 comments on commit bc29145

Please sign in to comment.