Skip to content

Commit 856ccfb

Browse files
committed
TRY Code changes without any impact to make a PR
1 parent 1bc0cfb commit 856ccfb

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
@@ -26,7 +26,7 @@
2626
from mapie.metrics import classification_coverage_score
2727
from mapie.utils import check_alpha
2828

29-
random_state = 42
29+
random_state = 43
3030

3131
METHODS = ["lac", "aps", "raps"]
3232
WRONG_METHODS = ["scores", "cumulated", "test", "", 1, 2.5, (1, 2)]

0 commit comments

Comments
 (0)