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

Evidence operator #271

Merged
merged 31 commits into from
Oct 9, 2024

using collections.abc.Mapping where useful

f9bdb0f
Select commit
Loading
Failed to load commit list.
Merged

Evidence operator #271

using collections.abc.Mapping where useful
f9bdb0f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 0s

70.16% (+1.20%) compared to e5f1b5c

View this Pull Request on Codecov

70.16% (+1.20%) compared to e5f1b5c

Details

Codecov Report

Attention: Patch coverage is 78.00270% with 163 lines in your changes missing coverage. Please review.

Project coverage is 70.16%. Comparing base (e5f1b5c) to head (f9bdb0f).

Files with missing lines Patch % Lines
cirkit/symbolic/parameters.py 82.55% 25 Missing and 1 partial ⚠️
cirkit/symbolic/layers.py 74.15% 15 Missing and 8 partials ⚠️
cirkit/backend/torch/layers/input.py 70.66% 18 Missing and 4 partials ⚠️
cirkit/symbolic/circuit.py 71.79% 22 Missing ⚠️
cirkit/symbolic/functional.py 79.36% 7 Missing and 6 partials ⚠️
cirkit/backend/torch/graph/modules.py 67.64% 8 Missing and 3 partials ⚠️
cirkit/backend/torch/parameters/nodes.py 86.56% 9 Missing ⚠️
cirkit/symbolic/operators.py 57.14% 9 Missing ⚠️
cirkit/pipeline.py 11.11% 8 Missing ⚠️
cirkit/symbolic/dtypes.py 55.55% 2 Missing and 2 partials ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #271      +/-   ##
==========================================
+ Coverage   68.95%   70.16%   +1.20%     
==========================================
  Files          45       45              
  Lines        4986     5238     +252     
  Branches      547      578      +31     
==========================================
+ Hits         3438     3675     +237     
+ Misses       1348     1346       -2     
- Partials      200      217      +17     

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