mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(frontend/python): use smaller global p error for tests to avoid random ci failures
This commit is contained in:
@@ -128,7 +128,7 @@ class Helpers:
|
||||
auto_parallelize=False,
|
||||
jit=True,
|
||||
insecure_key_cache_location=INSECURE_KEY_CACHE_LOCATION,
|
||||
global_p_error=(1 / 10_000),
|
||||
global_p_error=(1 / 100_000),
|
||||
single_precision=(not USE_MULTI_PRECISION),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user