From 73c340f4ebc97f7614c6476f8c7637eb221bf913 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 2 Jun 2024 15:10:00 -0700 Subject: [PATCH] chore: comment --- examples/scaffolds/manifold_pipeline_scaffold.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/scaffolds/manifold_pipeline_scaffold.py b/examples/scaffolds/manifold_pipeline_scaffold.py index 13bfc668..623a0277 100644 --- a/examples/scaffolds/manifold_pipeline_scaffold.py +++ b/examples/scaffolds/manifold_pipeline_scaffold.py @@ -17,6 +17,9 @@ def __init__(self): # Optionally, you can set the name of the manifold pipeline. self.name = "Manifold: " + + # Define pipelines that are available in this manifold pipeline. + # This is a list of dictionaries where each dictionary has an id and name. self.pipelines = [ { "id": "pipeline-1", # This will turn into `manifold_pipeline.pipeline-1`