Skip to content

Commit

Permalink
Getting rid of unused args
Browse files Browse the repository at this point in the history
  • Loading branch information
prernadh committed Dec 30, 2024
1 parent f2c79ca commit 98f9d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiftyone/utils/eval/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def __init__(
ytrue, ypred, weights, ytrue_ids, ypred_ids = zip(*matches)
else:
ytrue, ypred, weights = self._parse_confusion_matrix(
pixel_confusion_matrix, classes, ypred_ids, ytrue_ids
pixel_confusion_matrix, classes
)

super().__init__(
Expand Down

0 comments on commit 98f9d96

Please sign in to comment.