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

Decouple size dictionary from EinExprs #45

Merged
merged 28 commits into from
Dec 28, 2023

Update `Makie.plot` functions to accept `SizedEinExpr` instead of `Ei…

47c64e5
Select commit
Loading
Failed to load commit list.
Merged

Decouple size dictionary from EinExprs #45

Update `Makie.plot` functions to accept `SizedEinExpr` instead of `Ei…
47c64e5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 28, 2023 in 0s

80.23% (+1.85%) compared to 18f5783

View this Pull Request on Codecov

80.23% (+1.85%) compared to 18f5783

Details

Codecov Report

Attention: 20 lines in your changes are missing coverage. Please review.

Comparison is base (18f5783) 78.38% compared to head (47c64e5) 80.23%.
Report is 4 commits behind head on master.

Files Patch % Lines
src/SizedEinExpr.jl 77.50% 9 Missing ⚠️
src/Slicing.jl 56.25% 7 Missing ⚠️
src/Counters.jl 80.00% 2 Missing ⚠️
src/EinExpr.jl 95.23% 1 Missing ⚠️
src/Optimizers/Optimizers.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   78.38%   80.23%   +1.85%     
==========================================
  Files          11       12       +1     
  Lines         273      334      +61     
==========================================
+ Hits          214      268      +54     
- Misses         59       66       +7     

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