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 2b19896 commit ee981b8Copy full SHA for ee981b8
mapie/tests/risk_control/test_precision_recall_control.py
@@ -588,7 +588,7 @@ def test_bound_none_crc() -> None:
588
589
590
def test_delta_none_crc() -> None:
591
- """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."""
592
mapie_clf = PrecisionRecallController(
593
random_state=random_state, method="crc"
594
)
0 commit comments