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

Adding operator sinkhorn operator. #849

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

vprusso
Copy link
Owner

@vprusso vprusso commented Oct 10, 2024

Closes #848

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

Attention: Patch coverage is 95.91837% with 2 lines in your changes missing coverage. Please review.

Project coverage is 97.8%. Comparing base (14549b5) to head (96967eb).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
toqito/matrices/operator_sinkhorn.py 95.9% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #849     +/-   ##
========================================
- Coverage    97.8%   97.8%   -0.1%     
========================================
  Files         168     169      +1     
  Lines        3259    3308     +49     
  Branches      800     723     -77     
========================================
+ Hits         3189    3236     +47     
- Misses         46      47      +1     
- Partials       24      25      +1     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: OperatorSinkhorn function
1 participant