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

test(pipeline): outcommen test content

parent bca3f582
No related branches found
No related tags found
No related merge requests found
......@@ -4,16 +4,15 @@ from aliby.pipeline import PipelineParameters, Pipeline
def test_local_pipeline(file: str):
print(file)
# params = PipelineParameters.default(
# general={
# "expt_id": file,
# "distributed": 0,
# "directory": "../local/",
# "overwrite": True,
# },
# tiler={"ref_channel": 0},
# )
# p = Pipeline(params)
params = PipelineParameters.default(
general={
"expt_id": file,
"distributed": 0,
"directory": "test_output/",
"overwrite": True,
},
tiler={"ref_channel": 0},
)
p = Pipeline(params)
# p.run()
p.run()
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