Skip to content

Commit

Permalink
Include dataset types and full task classes in show_mermaid call
Browse files Browse the repository at this point in the history
  • Loading branch information
enourbakhsh committed Jan 9, 2025
1 parent bfcaab7 commit 6289ea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/ctrl/mpexec/cli/script/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ def build( # type: ignore
visualization.show_mermaid(

Check warning on line 133 in python/lsst/ctrl/mpexec/cli/script/build.py

View check run for this annotation

Codecov / codecov/patch

python/lsst/ctrl/mpexec/cli/script/build.py#L132-L133

Added lines #L132 - L133 were not covered by tests
pipeline.to_graph(butler.registry if butler is not None else None, visualization_only=True),
stream,
dataset_types=True,
task_classes="full",
)

show.show_pipeline_info(pipeline, butler=butler)
Expand Down

0 comments on commit 6289ea9

Please sign in to comment.