Skip to content

Commit

Permalink
WIP: fixing test_ai_synthesis_always_replace_original_circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
y4izus committed Dec 3, 2024
1 parent 4db256a commit 9787dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ai_synthesis_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_ai_synthesis_always_replace_original_circuit(

custom_ai_synthesis_pass = PassManager(
[
collector_pass(),
collector_pass(max_block_size=27),
ai_synthesis_pass(
backend=brisbane_backend,
replace_only_if_better=False,
Expand Down

0 comments on commit 9787dcf

Please sign in to comment.