Skip to content

Commit

Permalink
TRY Code changes without any impact to make a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteCalot committed Apr 12, 2024
1 parent 1bc0cfb commit 856ccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapie/tests/test_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from mapie.metrics import classification_coverage_score
from mapie.utils import check_alpha

random_state = 42
random_state = 43

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

0 comments on commit 856ccfb

Please sign in to comment.