Skip to content

Commit

Permalink
dropped transformation of stack in dask
Browse files Browse the repository at this point in the history
  • Loading branch information
vigji committed Mar 23, 2021
1 parent b5a99cf commit 22122c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion napari_split_dataset/napari_split_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def read_directory(path):
np.percentile(partial, 99.9),
)

data = data.as_dask() # read as a dask array
add_kwargs = {
"contrast_limits": contrast_limits,
}
Expand Down

0 comments on commit 22122c5

Please sign in to comment.