Skip to content

Commit

Permalink
caps directory optional
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau committed Oct 17, 2024
1 parent c2d4a23 commit 6412243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinicadl/splitter/splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(
self.config = config
# self.config.split.split = split_list

self.caps_dict = self.config.data.caps_dict # TODO : check if useful ?
# self.caps_dict = self.config.data.caps_dict # TODO : check if useful ?

def max_length(self) -> int:
"""Maximum number of splits"""
Expand Down

0 comments on commit 6412243

Please sign in to comment.