Skip to content

Commit

Permalink
fix: rename input to current_file
Browse files Browse the repository at this point in the history
  • Loading branch information
hbredin committed Jan 24, 2019
1 parent 7a98296 commit ee2217f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyannote/pipeline/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def apply(self, protocol_name: str,

else:
from pyannote.database import get_annotated
_ = metric(input['annotation'], output,
_ = metric(current_file['annotation'], output,
uem=get_annotated(current_file))

self.pipeline_.write(fp, output)
Expand Down

0 comments on commit ee2217f

Please sign in to comment.