Skip to content

Commit

Permalink
fix: pcc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama committed Dec 6, 2024
1 parent 3bb1077 commit 339841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concrete/ml/sklearn/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ def get_sklearn_params(self, deep: bool = True) -> dict:

params.pop("n_bits", None)
if "1.1." in sklearn.__version__:
params.pop("monotonic_cst", None) # pragma: no cover
params.pop("monotonic_cst", None) # pragma: no cover

return params

Expand Down

0 comments on commit 339841b

Please sign in to comment.