We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607b36c commit 7a83509Copy full SHA for 7a83509
mapie/tests/test_risk_control.py
@@ -577,7 +577,7 @@ def test_error_delta_wrong_value_ltt(delta: Any) -> None:
577
578
579
def test_bound_none_crc() -> None:
580
- """Test that a warning is raised nound is not None with CRC method."""
+ """Test that a warning is raised when bound is not None with CRC method."""
581
mapie_clf = PrecisionRecallController(
582
random_state=random_state, method="crc"
583
)
0 commit comments