Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Decode pytket op parameters #644

Merged
merged 14 commits into from
Oct 10, 2024

fix: "pi" in expression should be 3.14..

c796c37
Select commit
Loading
Failed to load commit list.
Merged

feat: Decode pytket op parameters #644

fix: "pi" in expression should be 3.14..
c796c37
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 0s

81.99% (+0.13%) compared to 86ffe64

View this Pull Request on Codecov

81.99% (+0.13%) compared to 86ffe64

Details

Codecov Report

Attention: Patch coverage is 85.83333% with 34 lines in your changes missing coverage. Please review.

Project coverage is 81.99%. Comparing base (86ffe64) to head (c796c37).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
tket2/src/serialize/pytket/param/encode.rs 77.46% 16 Missing ⚠️
tket2/src/serialize/pytket/param/decode.rs 85.71% 5 Missing and 6 partials ⚠️
tket2/src/serialize/pytket/decoder.rs 95.23% 1 Missing and 3 partials ⚠️
tket2/src/serialize/pytket/encoder.rs 66.66% 1 Missing and 1 partial ⚠️
tket2/src/serialize/pytket/op/native.rs 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #644      +/-   ##
==========================================
+ Coverage   81.85%   81.99%   +0.13%     
==========================================
  Files          48       50       +2     
  Lines        6615     6766     +151     
  Branches     6615     6766     +151     
==========================================
+ Hits         5415     5548     +133     
- Misses        842      854      +12     
- Partials      358      364       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.