beacon-biosignals / LegolasFlux.jl

Save Flux model weights in Legolas-powered Arrow tables
MIT License
6 stars 1 forks source link

allow missing weights #15

Closed ericphanson closed 2 years ago

ericphanson commented 2 years ago

alternative to #14

Instead of creating a Weights{Missing} object, we just pass along the missing

codecov[bot] commented 2 years ago

Codecov Report

Merging #15 (4606ff6) into main (80569ab) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   93.87%   93.87%           
=======================================
  Files           2        2           
  Lines          49       49           
=======================================
  Hits           46       46           
  Misses          3        3           
Impacted Files Coverage Δ
src/LegolasFlux.jl 91.42% <ø> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more