Skip to content

Commit

Permalink
fix: working tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama committed Jul 16, 2024
1 parent 844df5d commit 312452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concrete/ml/quantization/quantized_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ def check_float(v, err_msg):

# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/4544
# Remove this workaround when brevitas export is fixed
if self.is_signed is False and self.is_narrow is False:
if self.is_signed is False and self.is_narrow is True:
self.is_signed = True
self.is_narrow = False

Expand Down

0 comments on commit 312452e

Please sign in to comment.