Skip to content

Commit

Permalink
Mod: Update internal typing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Jul 4, 2023
1 parent 3383d2c commit 9365322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_metrics/functional/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def _get_metric_factory_functions(
device=device,
verbose=verbose,
),
"fluerr": partial(
"fluerr": partial( # type: ignore
fluerr,
return_all_scores=return_all_scores,
device=device,
Expand Down

0 comments on commit 9365322

Please sign in to comment.