mljs / spectra-processing

Various methods to help spectra processing
https://mljs.github.io/spectra-processing/
MIT License
7 stars 12 forks source link

Improve precision of types #217

Closed targos closed 6 months ago

targos commented 6 months ago

Should be merged with "Rebase and merge"!

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 92.07650% with 29 lines in your changes are missing coverage. Please review.

Project coverage is 95.51%. Comparing base (fa7959c) to head (91cc41e).

Files Patch % Lines
src/x/xSort.ts 40.00% 6 Missing :warning:
src/matrix/matrixApplyNumericalEncoding.ts 72.72% 3 Missing :warning:
src/utils/createRandomArray.ts 93.54% 2 Missing :warning:
src/utils/getRescaler.ts 66.66% 2 Missing :warning:
src/matrix/matrixHistogram.ts 92.85% 1 Missing :warning:
src/x/xAdd.ts 50.00% 1 Missing :warning:
src/x/xBoxPlot.ts 75.00% 1 Missing :warning:
src/x/xCheck.ts 75.00% 1 Missing :warning:
src/x/xDivide.ts 80.00% 1 Missing :warning:
src/x/xMassCenterVectorSimilarity.ts 0.00% 1 Missing :warning:
... and 10 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #217 +/- ## ========================================== + Coverage 95.19% 95.51% +0.32% ========================================== Files 171 173 +2 Lines 3455 3415 -40 Branches 861 805 -56 ========================================== - Hits 3289 3262 -27 + Misses 163 150 -13 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.