Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kcelia committed Jan 25, 2024
1 parent 5be7255 commit ee696ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/concrete/ml/sklearn/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,6 @@ def __init__(self, n_bits: Union[int, Dict[str, int]]):
# Check if 'n_bits' is a valid value.
_inspect_tree_n_bits(n_bits)

#: The number of bits to quantize the model.
self.n_bits: Union[int, Dict[str, int]] = n_bits

#: The model's inference function. Is None if the model is not fitted.
Expand Down

0 comments on commit ee696ec

Please sign in to comment.