test(frontend): disable JIT in helper test config

This commit is contained in:
youben11
2023-06-22 16:41:27 +01:00
committed by Ayoub Benaissa
parent 9f54184375
commit 094583e32b

View File

@@ -143,7 +143,7 @@ class Helpers:
loop_parallelize=True,
dataflow_parallelize=False,
auto_parallelize=False,
jit=True,
jit=False,
insecure_key_cache_location=INSECURE_KEY_CACHE_LOCATION,
global_p_error=(1 / 100_000),
single_precision=(not USE_MULTI_PRECISION),