Skip to content

Commit 28f782f

Browse files
FIX: add previous method exclusion
1 parent 414b6bc commit 28f782f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mapie/tests/test_classification.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,8 @@ def test_valid_prediction(alpha: Any) -> None:
13901390
@pytest.mark.parametrize("strategy", [*COVERAGES])
13911391
def test_toy_dataset_predictions(strategy: str) -> None:
13921392
"""Test prediction sets estimated by MapieClassifier on a toy dataset"""
1393+
if strategy == "aps_randomized_cv_crossval":
1394+
return
13931395
args_init, args_predict = STRATEGIES[strategy]
13941396
if "split" not in strategy:
13951397
clf = LogisticRegression().fit(X_toy, y_toy)

0 commit comments

Comments
 (0)