fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
205 stars 54 forks source link

Fix index errors on ommitted rows + ommitted cols formatting #206

Closed kMutagene closed 2 years ago

kMutagene commented 2 years ago

whoopsie

codecov-commenter commented 2 years ago

Codecov Report

Merging #206 (8a559f5) into developer (8bdf0d2) will increase coverage by 0.11%. The diff coverage is 100.00%.

@@              Coverage Diff              @@
##           developer     #206      +/-   ##
=============================================
+ Coverage      31.50%   31.61%   +0.11%     
=============================================
  Files            124      124              
  Lines          11644    11664      +20     
  Branches        1784     1784              
=============================================
+ Hits            3668     3688      +20     
  Misses          7535     7535              
  Partials         441      441              
Impacted Files Coverage Δ
src/FSharp.Stats/AlgTypes.fs 28.61% <100.00%> (ø)
tests/FSharp.Stats.Tests/Formatting.fs 100.00% <100.00%> (ø)

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 8bdf0d2...8a559f5. Read the comment docs.