mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
feat(optimizer): create optimizer dag and use it
This commit is contained in:
@@ -350,6 +350,6 @@ def test_compile_and_run_invalid_arg_number(
|
||||
def test_compile_invalid(mlir_input):
|
||||
engine = JITSupport.new()
|
||||
with pytest.raises(
|
||||
RuntimeError, match=r"cannot find the function for generate client parameters"
|
||||
RuntimeError, match=r"Could not find existing crypto parameters for"
|
||||
):
|
||||
engine.compile(mlir_input)
|
||||
|
||||
Reference in New Issue
Block a user