Skip to content

Commit ed9a4ea

Browse files
modified test qaoa
1 parent 3ae21fc commit ed9a4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/notebooks/test_qaoa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
1212
validate_quantum_program_size(
1313
tb.ref_pydantic("qprog_maxcut"),
1414
expected_width=5,
15-
expected_depth=55,
15+
expected_depth=80,
1616
)
1717
validate_quantum_program_size(
1818
tb.ref_pydantic("qprog_knapsack"),

0 commit comments

Comments
 (0)