Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Fix extras error
Browse files Browse the repository at this point in the history
  • Loading branch information
aCampello committed Oct 29, 2021
1 parent 8609590 commit dfcbf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wellcomeml/metrics/ner_classification_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
try:
from nervaluate import Evaluator
except ImportError as e:
throw_extra_import_message(error, required_module, required_extras)
throw_extra_import_message(e, required_module, required_extras)


def ner_classification_report(y_true, y_pred, groups, tags):
Expand Down

0 comments on commit dfcbf91

Please sign in to comment.