mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
test(frontend-python): increase tolerance of p_error simulation tests
This commit is contained in:
@@ -321,7 +321,7 @@ def test_bad_server_save(helpers):
|
||||
@pytest.mark.parametrize("p_error", [0.75, 0.5, 0.4, 0.25, 0.2, 0.1, 0.01, 0.001])
|
||||
@pytest.mark.parametrize("bit_width", [5])
|
||||
@pytest.mark.parametrize("sample_size", [1_000_000])
|
||||
@pytest.mark.parametrize("tolerance", [0.075])
|
||||
@pytest.mark.parametrize("tolerance", [0.1])
|
||||
def test_p_error_simulation(p_error, bit_width, sample_size, tolerance, helpers):
|
||||
"""
|
||||
Test p_error simulation.
|
||||
|
||||
Reference in New Issue
Block a user