From aed0b470f0adc66662d26ca80a1d580287815ae2 Mon Sep 17 00:00:00 2001 From: xavier-owkin <153643450+xavier-owkin@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:59:14 +0100 Subject: [PATCH] Update docstring Co-authored-by: jeandut --- .../fed_camelyon16/dataset_creation_scripts/tiling_slides.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flamby/datasets/fed_camelyon16/dataset_creation_scripts/tiling_slides.py b/flamby/datasets/fed_camelyon16/dataset_creation_scripts/tiling_slides.py index 529442081..2a718952d 100644 --- a/flamby/datasets/fed_camelyon16/dataset_creation_scripts/tiling_slides.py +++ b/flamby/datasets/fed_camelyon16/dataset_creation_scripts/tiling_slides.py @@ -89,7 +89,7 @@ def main(batch_size, num_workers_torch, tile_from_scratch, remove_big_tiff, outp Whether or not to get rid of all original slides after tiling. output_path: str - An optional path to store the dataset after tiling + An optional path to store the result of the preprocessing of the dataset after tiling Raises ------