Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau committed Oct 4, 2024
1 parent af04e3f commit e1f801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinicadl/splitter/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SplitConfig(BaseModel):

n_splits: NonNegativeInt = 0
split: Optional[Tuple[NonNegativeInt, ...]] = None
tsv_path: Optional[Path] = None # not needed in predict ?
tsv_path: Path # not needed in predict ?

# pydantic config
model_config = ConfigDict(validate_assignment=True)
Expand Down

0 comments on commit e1f801f

Please sign in to comment.