Skip to content

Commit

Permalink
Update clinicadl/data/datasets/caps_dataset.py
Browse files Browse the repository at this point in the history
Co-authored-by: camillebrianceau <[email protected]>
  • Loading branch information
thibaultdvx and camillebrianceau authored Dec 19, 2024
1 parent 3a3e0dd commit 8b3c3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinicadl/data/datasets/caps_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def describe(self):
}

def _get_df_from_input(
self, data: Optional[Union[pd.DataFrame, Path]]
self, data: Optional[Union[pd.DataFrame, Path, str]]
) -> pd.DataFrame:
"""
Generates or validates the DataFrame from the input data.
Expand Down

0 comments on commit 8b3c3b8

Please sign in to comment.