Skip to content

Commit

Permalink
Fix a bug in passing the estimate extension (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
biendltb authored Jun 24, 2024
1 parent b2a2246 commit d96d2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion museval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def eval_mus_dir(dataset, estimates_dir, output_dir=None, ext="wav"):
if track.name not in tracks_to_be_estimated:
continue
_load_track_estimates(
track=track, estimates_dir=estimates_dir, output_dir=output_dir
track=track, estimates_dir=estimates_dir, output_dir=output_dir, ext=ext,
)


Expand Down

0 comments on commit d96d2ff

Please sign in to comment.