Skip to content

Commit

Permalink
Minor fix to covid-if data description (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Jan 28, 2024
1 parent a969237 commit 2b45590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_em/data/datasets/covid_if.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_covid_if_loader(
path, patch_shape, batch_size, sample_range=None, target="cells", download=False,
offsets=None, boundaries=False, binary=False, **kwargs
):
"""Dataloader for the segmentation of myelinated axons. See 'get_covid_if_loader' for details.
"""Dataloader for the segmentation of cells and nuclei in immunofluoroscence. See 'get_covid_if_loader' for details.
"""
ds_kwargs, loader_kwargs = util.split_kwargs(torch_em.default_segmentation_dataset, **kwargs)
dataset = get_covid_if_dataset(
Expand Down

0 comments on commit 2b45590

Please sign in to comment.