Skip to content

Commit 6fe5384

Browse files
authored
Minor fix to NuClick dataset arguments (#475)
1 parent ace8160 commit 6fe5384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_em/data/datasets/histopathology/nuclick.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ def get_nuclick_loader(
145145
The DataLoader.
146146
"""
147147
ds_kwargs, loader_kwargs = util.split_kwargs(torch_em.default_segmentation_dataset, **kwargs)
148-
dataset = get_nuclick_dataset(path, patch_shape, split, download, resize_inputs, **ds_kwargs)
148+
dataset = get_nuclick_dataset(path, patch_shape, split, resize_inputs, download, **ds_kwargs)
149149
return torch_em.get_data_loader(dataset, batch_size, **loader_kwargs)

0 commit comments

Comments
 (0)