We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fad7d1 commit adf7914Copy full SHA for adf7914
tests/notebooks/workshops/test_part1_arithmetic.py
@@ -12,7 +12,7 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
12
validate_quantum_program_size(
13
tb.ref("qprog_example"),
14
expected_width=10, # actual width: 7
15
- expected_depth=50, # actual depth: 31
+ expected_depth=60, # actual depth: 31
16
)
17
18
tb.ref("qprog"),
0 commit comments