Skip to content

Commit

Permalink
Update clinicadl/utils/maps_manager/maps_manager.py
Browse files Browse the repository at this point in the history
Co-authored-by: thibaultdvx <[email protected]>
  • Loading branch information
camillebrianceau and thibaultdvx authored Apr 5, 2024
1 parent 5596ce3 commit 3185fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinicadl/utils/maps_manager/maps_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def interpret(
###################################
# High-level functions templates #
###################################
def _train_single(self, split_list: List[int] = None, resume: bool = False):
def _train_single(self, split_list: Optional[List[int]] = None, resume: bool = False):
"""
Trains a single CNN for all inputs.
Expand Down

0 comments on commit 3185fa9

Please sign in to comment.