Skip to content

Commit

Permalink
Bugfix: pass on sampler to ImageCollectionDataset in convenience func…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
constantinpape committed Jul 15, 2023
1 parent 6fcb386 commit 48a2936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch_em/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def default_segmentation_dataset(
label_transform2=label_transform2,
transform=transform,
n_samples=n_samples,
sampler=sampler,
dtype=dtype,
label_dtype=label_dtype,
)
Expand Down

0 comments on commit 48a2936

Please sign in to comment.