JuliaAI / MLJScientificTypes.jl

Implementation of the MLJ scientific type convention
MIT License
17 stars 6 forks source link

Replace the warning about missing when using `coerce` with info #41

Closed ablaom closed 4 years ago

ablaom commented 4 years ago

Generally a warning suggest the user may want to question the current approach, which isn't the case here - just that there are missing values, in case this wasn't noticed.

codecov-commenter commented 4 years ago

Codecov Report

Merging #41 into dev will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #41   +/-   ##
=======================================
  Coverage   99.11%   99.11%           
=======================================
  Files           7        7           
  Lines         225      225           
=======================================
  Hits          223      223           
  Misses          2        2           
Impacted Files Coverage Δ
src/convention/coerce.jl 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 0b828c1...a37ecbc. Read the comment docs.