dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.93k stars 1.86k forks source link

Avoid Boxing/Unboxing on accessing elements of VBufferDataFrameColumn (fix merge issues) #6867

Closed asmirnov82 closed 8 months ago

asmirnov82 commented 8 months ago

Fixes #6864

codecov[bot] commented 8 months ago

Codecov Report

Merging #6867 (67036d0) into main (766569b) will decrease coverage by 0.02%. The diff coverage is 60.00%.

@@            Coverage Diff             @@
##             main    #6867      +/-   ##
==========================================
- Coverage   69.40%   69.39%   -0.02%     
==========================================
  Files        1238     1238              
  Lines      249441   249441              
  Branches    25522    25520       -2     
==========================================
- Hits       173130   173105      -25     
- Misses      69692    69716      +24     
- Partials     6619     6620       +1     
Flag Coverage Δ
Debug 69.39% <60.00%> (-0.02%) :arrow_down:
production 63.92% <60.00%> (-0.02%) :arrow_down:
test 88.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
.../Microsoft.Data.Analysis/VBufferDataFrameColumn.cs 45.77% <60.00%> (-1.41%) :arrow_down:

... and 7 files with indirect coverage changes