Skip to content

Commit

Permalink
maps example
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau committed Dec 19, 2024
1 parent bfdbeb0 commit cef3a6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clinicadl/data/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
SESSION_ID = "session_id"


def df_to_tsv(tsv_path: Path, df: pd.DataFrame, baseline: bool = False
) -> None:
def df_to_tsv(tsv_path: Path, df: pd.DataFrame, baseline: bool = False) -> None:
"""
Write Dataframe into a TSV file and drop duplicates
Expand Down

0 comments on commit cef3a6d

Please sign in to comment.