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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ lint = [
test = [
"ipykernel>=6.29.5",
"pytest>=8.4.1",
"selene-hugr-qis-compiler>=0.2.0rc1",
]
4 changes: 2 additions & 2 deletions tests/test_codedef.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from guppylang.error import GuppyError, GuppyTypeError
from guppylang.std import quantum as phys
from guppylang.std.builtins import array, comptime, nat, owned
from hugr.package import ModulePointer
from selene_hugr_qis_compiler import check_hugr

import qcorrect as qct

Expand Down Expand Up @@ -52,7 +52,7 @@ def main() -> None:

hugr = main.compile()

assert isinstance(hugr, ModulePointer)
check_hugr(hugr.package.to_bytes())


def test_mismatched_codes():
Expand Down
16 changes: 16 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading