chore(frontend/python): use smaller global p error for tests to avoid random ci failures

This commit is contained in:
Umut
2023-04-07 12:07:20 +02:00
parent 0edfe59e18
commit efa866f069

View File

@@ -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),
)