Skip to content

Commit

Permalink
Fix (tests): disable JIT with Mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed May 6, 2024
1 parent a422d0e commit 5fc4fb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/brevitas/core/test_float_quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def test_minifloat(minifloat_format):


@given(inp=float_tensor_random_shape_st(), minifloat_format=random_minifloat_format())
@jit_disabled_for_mock()
def test_float_to_quant_float(inp, minifloat_format):
bit_width, exponent_bit_width, mantissa_bit_width, signed, exponent_bias = minifloat_format

Expand Down

0 comments on commit 5fc4fb1

Please sign in to comment.