CQCL / guppylang

Pythonic quantum-classical programming language
https://pypi.org/project/guppylang
Apache License 2.0
33 stars 3 forks source link

feat: Compile array comprehensions to Hugr #616

Closed mark-koch closed 1 week ago

mark-koch commented 2 weeks ago
codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 96.15385% with 5 lines in your changes missing coverage. Please review.

Project coverage is 91.92%. Comparing base (37a7118) to head (4d47981). Report is 5 commits behind head on feat/array-compr.

Files with missing lines Patch % Lines
guppylang/prelude/_internal/checker.py 93.87% 3 Missing :warning:
guppylang/checker/expr_checker.py 87.50% 1 Missing :warning:
guppylang/compiler/core.py 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat/array-compr #616 +/- ## ==================================================== + Coverage 91.55% 91.92% +0.37% ==================================================== Files 60 60 Lines 6463 6524 +61 ==================================================== + Hits 5917 5997 +80 + Misses 546 527 -19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.