Skip to content

Commit dd4dd9d

Browse files
FIX: lint error
1 parent 42409c0 commit dd4dd9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mapie/tests/test_classification.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
)
356356
),
357357
"raps_randomized_split": (
358-
Params(
358+
Params(
359359
method="raps",
360360
cv="split",
361361
test_size=0.5,
@@ -368,7 +368,8 @@
368368
),
369369
}
370370

371-
# Here, we list all the strategies we want to test only for binary classification.
371+
# Here, we list all the strategies we want to test
372+
# only for binary classification.
372373
STRATEGIES_BINARY = {
373374
"lac": (
374375
Params(

0 commit comments

Comments
 (0)