-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add audformat.utils.join_labels() (#66)
* Add audformat.utils.join_labels() * Add missing doc entry * Raise error if only dict given * Fix typo * Remove check for dict * Allow for overwriting dict labels * Remove check for dict labels Co-authored-by: Johannes Wagner <[email protected]> * Check for different label dict types * Switch to ValueError Co-authored-by: Johannes Wagner <[email protected]>
- Loading branch information
1 parent
022865e
commit bc23b7f
Showing
4 changed files
with
163 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
from audformat.core.utils import ( | ||
concat, | ||
intersect, | ||
join_labels, | ||
map_language, | ||
read_csv, | ||
to_filewise_index, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters