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

Add code required by sum-of-squares circuits over images #284

Merged
merged 11 commits into from
Oct 12, 2024
Merged

Conversation

loreloc
Copy link
Member

@loreloc loreloc commented Oct 10, 2024

As per title.

Closes #281 .

@loreloc loreloc added the enhancement New feature or request label Oct 10, 2024
@loreloc loreloc self-assigned this Oct 10, 2024
Copy link

codecov bot commented Oct 10, 2024

Codecov Report

Attention: Patch coverage is 19.09091% with 178 lines in your changes missing coverage. Please review.

Project coverage is 68.17%. Comparing base (6d5b578) to head (dcf9252).
Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
cirkit/templates/circuit_templates/utils.py 0.00% 96 Missing ⚠️
cirkit/backend/torch/layers/input.py 38.88% 22 Missing ⚠️
cirkit/symbolic/operators.py 37.14% 22 Missing ⚠️
cirkit/symbolic/layers.py 36.66% 19 Missing ⚠️
cirkit/templates/circuit_templates/data.py 0.00% 15 Missing ⚠️
cirkit/backend/torch/rules/layers.py 60.00% 2 Missing ⚠️
cirkit/templates/circuit_templates/__init__.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #284      +/-   ##
==========================================
- Coverage   69.20%   68.17%   -1.03%     
==========================================
  Files          52       52              
  Lines        5367     5473     +106     
  Branches      598      616      +18     
==========================================
+ Hits         3714     3731      +17     
- Misses       1436     1526      +90     
+ Partials      217      216       -1     

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

@loreloc loreloc merged commit 8635ebc into main Oct 12, 2024
1 of 4 checks passed
@loreloc loreloc deleted the embeddings branch October 12, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add code required by sum-of-squares circuits over images
1 participant