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 slicing functionality #20

Merged
merged 16 commits into from
Jul 22, 2023

Test slicing

6387792
Select commit
Loading
Failed to load commit list.
Merged

Implement slicing functionality #20

Test slicing
6387792
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 22, 2023 in 0s

93.20% (-2.64%) compared to 7043be7

View this Pull Request on Codecov

93.20% (-2.64%) compared to 7043be7

Details

Codecov Report

Merging #20 (6387792) into master (7043be7) will decrease coverage by 2.64%.
The diff coverage is 81.81%.

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   95.83%   93.20%   -2.64%     
==========================================
  Files           9       10       +1     
  Lines         216      250      +34     
==========================================
+ Hits          207      233      +26     
- Misses          9       17       +8     
Impacted Files Coverage Δ
src/EinExprs.jl 100.00% <ø> (ø)
src/Slicing.jl 79.48% <79.48%> (ø)
src/Counters.jl 62.50% <100.00%> (-7.50%) ⬇️
src/EinExpr.jl 92.75% <100.00%> (-0.31%) ⬇️
src/Optimizers/Exhaustive.jl 100.00% <100.00%> (ø)