Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rabernat committed Jan 7, 2021
1 parent 1502f0d commit 9bbaa60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rechunker/executors/dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def _make_pipelines(pipelines: ParallelPipelines) -> Delayed:
def _make_pipeline(pipeline: MultiStagePipeline) -> Delayed:
stages_delayed = [_make_stage(stage) for stage in pipeline]
d = reduce(_add_upstream, stages_delayed)
d.visualize(filename=f"{d.key}.svg")
return d


Expand Down

0 comments on commit 9bbaa60

Please sign in to comment.