We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565ac82 commit fdfe32fCopy full SHA for fdfe32f
tests/notebooks/test_brownian_chebyshev_polynomials.py
@@ -13,7 +13,7 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
13
# test quantum programs
14
validate_quantum_program_size(
15
tb.ref_pydantic("qprog"),
16
- expected_width=113,
+ expected_width=135,
17
expected_depth=None,
18
expected_cx_count=None,
19
)
0 commit comments