Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Remove obsolete workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Feb 16, 2024
1 parent 1302723 commit 80a684b
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions tests/test_full_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,27 +72,6 @@ def test_workflow_1(tmp_path: Path):


WORKFLOWS = [
Workflow(
task_list=[
WorkflowTask(
task=TASK_LIST["create_ome_zarr"],
args=dict(image_dir="/tmp/input_images"),
),
WorkflowTask(task=TASK_LIST["yokogawa_to_zarr"], args={}),
WorkflowTask(
task=TASK_LIST["illumination_correction"],
args={},
),
WorkflowTask(
task=TASK_LIST["cellpose_segmentation"],
args={},
),
WorkflowTask(
task=TASK_LIST["new_ome_zarr"],
args={"suffix": "mip"},
),
],
),
Workflow(
task_list=[
WorkflowTask(
Expand Down

0 comments on commit 80a684b

Please sign in to comment.