Combine Pipelines in Parallel
Combines two pipelines that are intended to run independently. Errors immediately if any node name exists in both pipelines. Outputs are not automatically wired.
p1 (Pipeline): The first
pipeline.
p2 (Pipeline): The second
pipeline.
A merged pipeline with all nodes from both.
parallel(p_r_model, p_py_model)