Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-35579: Update import pointer in docs for pipelines_check #249

Merged
merged 1 commit into from
Jul 3, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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