Skip to content

Commit 7399ba0

Browse files
committed
init commit
1 parent ed7bf2d commit 7399ba0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

skglm/solvers/common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ def dist_fix_point_cd(w, grad_ws, lipschitz_ws, datafit, penalty, ws):
4646

4747

4848
@njit
49-
def dist_fix_point_bcd(
50-
w, grad_ws, lipschitz_ws, datafit, penalty, ws):
49+
def dist_fix_point_bcd(w, grad_ws, lipschitz_ws, datafit, penalty, ws):
5150
"""Compute the violation of the fixed point iterate scheme for BCD.
5251
5352
Parameters

0 commit comments

Comments
 (0)