Skip to content

Commit

Permalink
Minor edits to trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunUllanat committed Jul 8, 2024
1 parent 72ffee7 commit 1bb0691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pathml/preprocessing/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def run_vectra_workflow(
# Store all slides in a SlideDataSet object
dataset = SlideDataset(vectra_list_A + vectra_list_B)

# initialize pipeline
pipe = Pipeline(
[
CollapseRunsCODEX(z=0),
Expand All @@ -54,6 +55,7 @@ def run_vectra_workflow(
]
)

# run pipeline
if use_parallel:
# Initialize a dask cluster using 10 workers. PathML pipelines can be run in distributed mode on
# cloud compute or a cluster using dask.distributed.
Expand Down

0 comments on commit 1bb0691

Please sign in to comment.