Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Mar 14, 2024
1 parent a1a3f9f commit 907e49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/benchcomp/benchcomp/visualizers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def __call__(self, results):

data = {
"metrics": metrics,
"scaled_metrics": scaled_metrics,
"scaled_metrics": scaled,
"variants": self._get_variants(metrics),
}

Expand Down

0 comments on commit 907e49e

Please sign in to comment.