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

Implement a bases api and rework abstract types #32

Closed
wants to merge 2 commits into from

Remove multiplicable

8a5aa31
Select commit
Loading
Failed to load commit list.
Closed

Implement a bases api and rework abstract types #32

Remove multiplicable
8a5aa31
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 28, 2024 in 0s

17.04% (-0.26%) compared to 3d63b38

View this Pull Request on Codecov

17.04% (-0.26%) compared to 3d63b38

Details

Codecov Report

Attention: Patch coverage is 0% with 49 lines in your changes missing coverage. Please review.

Project coverage is 17.04%. Comparing base (3d63b38) to head (8a5aa31).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/julia_base.jl 0.00% 12 Missing ⚠️
src/bases.jl 0.00% 9 Missing ⚠️
src/expect_variance.jl 0.00% 8 Missing ⚠️
src/linalg.jl 0.00% 8 Missing ⚠️
src/abstract_types.jl 0.00% 6 Missing ⚠️
src/identityoperator.jl 0.00% 4 Missing ⚠️
src/julia_linalg.jl 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
- Coverage   17.29%   17.04%   -0.26%     
==========================================
  Files          12       12              
  Lines         399      399              
==========================================
- Hits           69       68       -1     
- Misses        330      331       +1     

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