We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eed36e commit d36dd16Copy full SHA for d36dd16
tests/notebooks/test_link_monitoring.py
@@ -14,7 +14,7 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
14
validate_quantum_program_size(
15
tb.ref("qprog"),
16
expected_width=15, # actual width: 12
17
- expected_depth=30, # actual depth: 23
+ expected_depth=35, # actual depth: 23
18
)
19
20
# test notebook content
tests/notebooks/test_patching_managment.py
expected_width=10, # actual width: 8
- expected_depth=30, # actual depth: 26
+ expected_depth=35, # actual depth: 26
0 commit comments