Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jan 18, 2025
1 parent fe6bfa0 commit e989de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skore/tests/unit/sklearn/test_cross_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ def test_cross_validation_report_repr(binary_classification_data):
@pytest.mark.parametrize(
"fixture_name, expected_n_keys",
[
("binary_classification_data", 6),
("binary_classification_data_svc", 6),
("multiclass_classification_data", 8),
("binary_classification_data", 8),
("binary_classification_data_svc", 8),
("multiclass_classification_data", 10),
("regression_data", 2),
],
)
Expand Down

0 comments on commit e989de0

Please sign in to comment.