We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf82a7 commit 6814805Copy full SHA for 6814805
torch_em/data/datasets/medical/amd_sd.py
@@ -88,7 +88,7 @@ def get_amd_sd_data(path: Union[os.PathLike, str], download: bool = False):
88
89
def get_amd_sd_paths(
90
path: Union[os.PathLike, str], split: Literal['train', 'val', 'test'], download: bool = False
91
-) -> List[str]:
+) -> Tuple[List[str], List[str]]:
92
"""Get paths to the AMD-SD data.
93
94
Args:
0 commit comments