| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Defaults to the unique leaf node's output, or all leaf nodes when there are multiple (returning a tuple), matching `Pipeline.__call__`. Addresses one of the suggestions in #902.
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match the correct format. Thank you! |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests.
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Addresses the first suggestion in #902: pipeline.run required an output_name, even when the pipeline has a unique leaf node, while pipeline(...) (i.e., __call__) did not.
Example
Verification
Closes nothing on its own; part of #902.