Skip to content

Commit eb7ad23

Browse files
FIX: wrong dict name
1 parent 56c1a25 commit eb7ad23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapie/tests/test_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@ def test_regularize_conf_scores_shape(k_lambda) -> None:
18331833
Test that the conformity scores have the correct shape.
18341834
"""
18351835
lambda_, k = k_lambda[0], k_lambda[1]
1836-
args_init, _ = STRATEGIES["raps"]
1836+
args_init, _ = LARGE_STRATEGIES["raps"]
18371837
clf = LogisticRegression().fit(X, y)
18381838
mapie_clf = MapieClassifier(estimator=clf, **args_init)
18391839
conf_scores = np.random.rand(100, 1)

0 commit comments

Comments
 (0)