Skip to content

Commit 147ecd5

Browse files
updated qsvm test
1 parent 1e0c53e commit 147ecd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/notebooks/test_qsvm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
1414
"""
1515
# test quantum programs
1616
validate_quantum_program_size(
17-
tb.ref_pydantic("qprog"),
17+
tb.ref_pydantic("qprog_bloch"),
1818
expected_width=1, # actual width: 1
1919
expected_depth=10, # actual depth: 4
2020
)
2121
validate_quantum_program_size(
22-
tb.ref_pydantic("qprog"),
22+
tb.ref_pydantic("qprog_pauli"),
2323
expected_width=4, # actual width: 2
2424
expected_depth=50, # actual depth: 30
2525
)

0 commit comments

Comments
 (0)