Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mapie/tests/risk_control/test_precision_recall_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def test_bound_none_crc() -> None:


def test_delta_none_crc() -> None:
"""Test that a warning is raised nound is not None with CRC method."""
"""Test that a warning is raised when estimator is none with CRC method."""
mapie_clf = PrecisionRecallController(
random_state=random_state, method="crc"
)
Expand Down
Loading