Skip to content

Commit

Permalink
chore: fix last coverage line
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Nov 25, 2024
1 parent 7ced6f4 commit b20a628
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/concrete/ml/quantization/linear_op_glwe_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ def __init__(
private_key=None,
compression_key=None,
):
if not has_glwe_backend():
raise RuntimeError("GLWE backend not installed")
assert has_glwe_backend(), "GLWE backend not installed"

import concrete_ml_extensions as fhext

Expand Down

0 comments on commit b20a628

Please sign in to comment.