Skip to content

Commit ee981b8

Browse files
authored
DOC : Update documentation for test_delta_none_crc (#765)
1 parent 2b19896 commit ee981b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapie/tests/risk_control/test_precision_recall_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def test_bound_none_crc() -> None:
588588

589589

590590
def test_delta_none_crc() -> None:
591-
"""Test that a warning is raised nound is not None with CRC method."""
591+
"""Test that a warning is raised when estimator is none with CRC method."""
592592
mapie_clf = PrecisionRecallController(
593593
random_state=random_state, method="crc"
594594
)

0 commit comments

Comments
 (0)