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

indicate pipeline name #12

Open
JaumeAmoresDS opened this issue Dec 5, 2023 · 0 comments
Open

indicate pipeline name #12

JaumeAmoresDS opened this issue Dec 5, 2023 · 0 comments

Comments

@JaumeAmoresDS
Copy link
Owner

set_pipe (function_name, pipeline_name)

if pipeline_name != 'None' and pipeline_name not in self.pipelines:
   self.pipelines.append (pipeline_name)

for pipeline in self.pipelines:
   self.create_pipeline (pipeline)

def create_pipeline (pipeline=None):
    if pipeline is None:
        pipeline = self.file_name_without_extension
    function_list = self.get_function_list (pipeline=pipeline)

get_function_list (self, ..., pipeline=None):
   if pipeline is not None:
        function_list = (... and f.pipeline==pipeline)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant