Skip to content

Commit

Permalink
rename dscore to nryant_dscore to avoid name collision (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
boeddeker committed Dec 18, 2024
1 parent 05f0a5c commit 893dd15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meeteval/der/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def dscore(
uem=None,
):
r, h = _load_texts(reference, hypothesis, regex)
from meeteval.der.dscore import dscore_multifile
from meeteval.der.nryant_dscore import dscore_multifile
if uem is not None:
from meeteval.io.uem import UEM
if isinstance(uem, (str, Path, list, tuple)):
Expand Down
File renamed without changes.

0 comments on commit 893dd15

Please sign in to comment.