Skip to content

Commit

Permalink
test (core/float): changed max_examples to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfraser committed Dec 20, 2024
1 parent dc9d3e6 commit f3047df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/brevitas/core/test_float_quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def test_inner_scale(inp, minifloat_format, scale):
@given(
minifloat_format_and_value=random_minifloat_format_and_value(
min_bit_width=4, max_bit_with=10, rand_exp_bias=True))
@settings(max_examples=10000)
@settings(max_examples=1000)
@jit_disabled_for_mock()
@torch_dtype(torch.float64)
@torch.no_grad()
Expand Down

0 comments on commit f3047df

Please sign in to comment.