MLUtils.jl icon indicating copy to clipboard operation
MLUtils.jl copied to clipboard

use buffer in BatchView

Open CarloLucibello opened this issue 1 year ago • 1 comments

fix #156

This covers only BatchView(...; collate=nothing), I'm not sure how collate=true and collate=false should interact with the buffer so I won't address that here.

CarloLucibello avatar May 19 '23 07:05 CarloLucibello

Codecov Report

Merging #157 (661f09e) into main (2677a73) will increase coverage by 0.11%. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #157      +/-   ##
==========================================
+ Coverage   88.46%   88.57%   +0.11%     
==========================================
  Files          13       15       +2     
  Lines         598      604       +6     
==========================================
+ Hits          529      535       +6     
  Misses         69       69              
Impacted Files Coverage Δ
src/batchview.jl 82.35% <100.00%> (+1.50%) :arrow_up:

... and 2 files with indirect coverage changes

codecov-commenter avatar May 19 '23 07:05 codecov-commenter