Skip to content

Commit 7a83509

Browse files
authored
FIX - typo in test docstring (#754)
1 parent 607b36c commit 7a83509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapie/tests/test_risk_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def test_error_delta_wrong_value_ltt(delta: Any) -> None:
577577

578578

579579
def test_bound_none_crc() -> None:
580-
"""Test that a warning is raised nound is not None with CRC method."""
580+
"""Test that a warning is raised when bound is not None with CRC method."""
581581
mapie_clf = PrecisionRecallController(
582582
random_state=random_state, method="crc"
583583
)

0 commit comments

Comments
 (0)