mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
This adds a new optional boolean parameter `use_default_fhe_constraints` to the YAML description of tests that causes the test backend to use the default FHE constraints if set to true. This is necessary for clear text tests, since automatic determination of FHE parameters by the `CompilerEngine` fails for programs not using encrypted integers and causes the program to abort.