Skip to content

Commit

Permalink
removed accidental return object
Browse files Browse the repository at this point in the history
  • Loading branch information
lennybronner committed Sep 19, 2023
1 parent 5ca87f7 commit 02bff49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elexsolver/QuantileRegressionSolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def fit(
fit_intercept: bool = True,
regularize_intercept: bool = False,
n_feat_ignore_reg: int = 0,
) -> np.ndarray:
):
"""
Fits quantile regression
"""
Expand Down

0 comments on commit 02bff49

Please sign in to comment.