JuliaAI / MLJScientificTypes.jl

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

Improve error reporting in coerce for unsupported coercions #62

Closed OkonSamuel closed 3 years ago

OkonSamuel commented 3 years ago

closes issue #39

codecov-io commented 3 years ago

Codecov Report

Merging #62 (394f012) into dev (3bd5193) will decrease coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #62      +/-   ##
==========================================
- Coverage   98.91%   98.77%   -0.15%     
==========================================
  Files           7        7              
  Lines         277      245      -32     
==========================================
- Hits          274      242      -32     
  Misses          3        3              
Impacted Files Coverage Δ
src/coerce.jl 98.00% <100.00%> (+0.04%) :arrow_up:
src/convention/coerce.jl 98.70% <100.00%> (-0.25%) :arrow_down:
src/convention/scitype.jl 96.55% <0.00%> (-0.12%) :arrow_down:
src/init.jl 100.00% <0.00%> (ø)
src/schema.jl 100.00% <0.00%> (ø)
src/autotype.jl 100.00% <0.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 3bd5193...394f012. Read the comment docs.