From 599b7ecd1fcf1b5ab9da1cf6a529210e55bc2eea Mon Sep 17 00:00:00 2001 From: Marwan Zouinkhi Date: Sun, 17 Mar 2024 12:26:42 -0400 Subject: [PATCH] fix typo --- src/cellmap_models/pytorch/cosem/load_checkpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cellmap_models/pytorch/cosem/load_checkpoint.py b/src/cellmap_models/pytorch/cosem/load_checkpoint.py index 74d4e18..ea406bd 100755 --- a/src/cellmap_models/pytorch/cosem/load_checkpoint.py +++ b/src/cellmap_models/pytorch/cosem/load_checkpoint.py @@ -8,7 +8,7 @@ def download_checkpoint(checkpoint_name: str, checkpoint_path: Path): Args: checkpoint_name (str): Name of the checkpoint file. - local_folder (Path): Local folder to save the checkpoint. + local_folder (Path): Local path to save the checkpoint. return: checkpoint_path (Path): Path to the downloaded checkpoint. """