Skip to content

Commit

Permalink
accept rttm names using only digits without type incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
LoannPeurey committed Feb 1, 2024
1 parent 43171c8 commit fad2282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChildProject/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def convert(filename: str, source_file: str = "", **kwargs) -> pd.DataFrame:
"conf",
"unk",
],
dtype={'type': str, "file" : str, 'stype':str}
)

n_recordings = len(rttm["file"].unique())
Expand Down

0 comments on commit fad2282

Please sign in to comment.