asc-community / GenericTensor

The only library allowing to create Tensors (matrices extension) with custom types
https://angouri.org/#generictensor
MIT License
50 stars 5 forks source link

Fix 0D tensors #38

Closed Happypig375 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #38 (f230220) into master (cd065fb) will increase coverage by 0.41%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   82.29%   82.71%   +0.41%     
==========================================
  Files          28       28              
  Lines        1497     1498       +1     
  Branches      308      308              
==========================================
+ Hits         1232     1239       +7     
+ Misses        183      177       -6     
  Partials       82       82              
Impacted Files Coverage Δ
GenericTensor/Functions/Constructors.cs 94.50% <ø> (ø)
GenericTensor/Core/Tensor/Tensor.cs 100.00% <100.00%> (+2.63%) :arrow_up:
GenericTensor/Core/Tensor/GenTensor.Iterate.cs 89.91% <0.00%> (+4.20%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cd065fb...f230220. Read the comment docs.