Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit a3e8bc4

Browse files
committed
fix indentation
1 parent f8f6c3d commit a3e8bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/impl/primal_cd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ def fit(self, X, y):
251251
n_features = ds.get_n_features()
252252

253253
if self.penalty != "l1/l2" and self.multiclass:
254-
raise NotImplementedError("True multiclass options not implemented "
255-
"for non group-lasso(l1/l2) penalties.")
254+
raise NotImplementedError("True multiclass options not implemented "
255+
"for non group-lasso(l1/l2) penalties.")
256256

257257
# Create label transformers
258258
#neg_label = 0 if self.penalty == "nn" else -1

0 commit comments

Comments
 (0)