Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 24, 2023
1 parent 7de9fbd commit 59de7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/detection/test_panoptic_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _compare_fn_1_2(preds, target) -> np.ndarray:
class TestPanopticQuality(MetricTester):
@pytest.mark.parametrize("ddp", [False, True])
@pytest.mark.parametrize(
"inputs, args, reference_metric",
("inputs", "args", "reference_metric"),
[
(_INPUTS_0, _ARGS_0, _compare_fn_0_0),
(_INPUTS_0, _ARGS_1, _compare_fn_0_1),
Expand Down

0 comments on commit 59de7c8

Please sign in to comment.