Skip to content

Commit

Permalink
Fixed missing self
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvem committed Jul 19, 2019
1 parent bfce9ff commit 62cf562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/group_lasso/_group_lasso.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def __init__(
)
self.frobenius_lipchitz = frobenius_lipschitz

def fit(X, y, lipschitz=None):
def fit(self, X, y, lipschitz=None):
"""Fit a group lasso regularised linear regression model.
Arguments
Expand Down

0 comments on commit 62cf562

Please sign in to comment.