Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jan 8, 2025
1 parent b91004b commit 2366de3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion skore/tests/unit/item/test_cross_validation_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,9 @@ def test_get_serializable_dict(self, monkeypatch, mock_nowstr):
],
)
def test_metric_favorability(self, metric, expected):
"""Test the _metric_favorability function with various metric names."""
"""Test the _metric_favorability function with various metric names.
Non-regression test for:
https://github.com/probabl-ai/skore/issues/1061
"""
assert _metric_favorability(metric) == expected

0 comments on commit 2366de3

Please sign in to comment.