8000 STY Minor fix · scikit-learn/scikit-learn@285f2d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 285f2d6

Browse files
committed
STY Minor fix
1 parent df46c24 commit 285f2d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sklearn/linear_model/_stochastic_gradient.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2485,6 +2485,8 @@ def predict(self, X):
24852485
def _more_tags(self):
24862486
return {
24872487
"_xfail_checks": {
2488-
"check_sample_weights_invariance": "zero sample_weight is not equivalent to removing samples",
2488+
"check_sample_weights_invariance": (
2489+
"zero sample_weight is not equivalent to removing samples",
2490+
)
24892491
}
24902492
}

0 commit comments

Comments
 (0)
0