mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
test(frontend/python): use dataflow marker in appropriate tests
This commit is contained in:
@@ -328,6 +328,7 @@ def test_circuit_run_with_unused_arg(helpers):
|
||||
assert circuit.encrypt_run_decrypt(10, 20) == 20
|
||||
|
||||
|
||||
@pytest.mark.dataflow
|
||||
def test_dataflow_circuit(helpers):
|
||||
"""
|
||||
Test execution with dataflow_parallelize=True.
|
||||
|
||||
Reference in New Issue
Block a user