Skip to content

Commit

Permalink
test(frontend): disable JIT in helper test config
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Jun 26, 2023
1 parent 1d5601a commit b7a9967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/concrete-python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def configuration() -> fhe.Configuration:
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),
Expand Down

0 comments on commit b7a9967

Please sign in to comment.