Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions tests/notebooks/workshops/test_grover_workshop.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
def test_notebook(tb: TestbookNotebookClient) -> None:
# warning: the `qmod` and `qprog` are being overriden too many times

# test models
validate_quantum_model(tb.ref("qmod"))

# test quantum programs
validate_quantum_program_size(
tb.ref_pydantic("qprog"),
expected_width=30, # actual width: 19
expected_depth=250, # actual depth: 143
expected_depth=650, # actual depth: 593
)

# test notebook content
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading