Skip to content
Snippets Groups Projects
Commit 99e0ab26 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

rename import in run.py

parent 3ba63075
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
from pcore.pipeline import PipelineParameters, Pipeline
from aliby.pipeline import PipelineParameters, Pipeline
params = PipelineParameters.default(general={"expt_id": 19995, "distributed": 5})
p = Pipeline(params)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment