Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schmitt committed Feb 28, 2024
1 parent c909185 commit d655297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_accuracy(truth, prediction, labels, to_string):


@pytest.mark.parametrize(
'truth, prediction, expected_fmr, expected_fnmr, expected_threshold',
'truth, prediction, expected_fmr, expected_fnmr, expected_thresholds',
[
(
[1, 1, 0, 0],
Expand Down

0 comments on commit d655297

Please sign in to comment.