Skip to content

Commit 3fa5dfb

Browse files
BaptisteCalotLacombeLouis
authored andcommitted
TRY Code changes without any impact to make a PR
1 parent 23ba5bc commit 3fa5dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mapie/tests/test_classification.py

Lines changed: 2 additions & 2 deletions
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 = 43
29+
random_state = 42
3030

3131
METHODS = ["lac", "aps", "raps"]
3232
WRONG_METHODS = ["scores", "cumulated", "test", "", 1, 2.5, (1, 2)]
@@ -936,7 +936,7 @@ def get_params(self, *args: Any, **kwargs: Any):
936936

937937

938938
def do_nothing(*args: Any) -> None:
939-
"Mock function that does nothing."
939+
"Mock function that does nothing. Add this sentence in order to make a change without any impact on code"
940940
pass
941941

942942

0 commit comments

Comments
 (0)