Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fcogidi committed Jan 10, 2024
1 parent e5cb861 commit fadbb6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_binary_precision_recall_curve_function_with_numpy_array_api_arrays(
@pytest.mark.parametrize("inputs", _binary_cases(xp=anp)[3:])
@pytest.mark.parametrize("thresholds", _thresholds_for_prc(xp=anp))
@pytest.mark.parametrize("ignore_index", [None, 0, -1])
def test_binary_precision_recall_cuvrve_class_with_numpy_array_api_arrays(
def test_binary_precision_recall_curve_class_with_numpy_array_api_arrays(
self,
inputs,
thresholds,
Expand Down

0 comments on commit fadbb6f

Please sign in to comment.