Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Dec 8, 2023
1 parent ede0c63 commit b0b2d3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/glum/_glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1410,8 +1410,7 @@ def predict(
)
X = self._convert_from_pandas(X, context=captured_context)

<<<<<<< HEAD
=======

X = check_array_tabmat_compliant(
X,
accept_sparse=["csr", "csc", "coo"],
Expand All @@ -1421,7 +1420,7 @@ def predict(
allow_nd=False,
drop_first=getattr(self, "drop_first", False),
)
>>>>>>> main

eta = self.linear_predictor(
X, offset=offset, alpha_index=alpha_index, alpha=alpha
)
Expand Down

0 comments on commit b0b2d3e

Please sign in to comment.