JuliaAI / ScientificTypes.jl

An API for dispatching on the "scientific" type of data instead of the machine type
MIT License
96 stars 8 forks source link

improving check for lazyarray + other improvements #56

Closed tlienart closed 4 years ago

tlienart commented 4 years ago

closes #50 (it may be re-opened in the future for specific formats)

codecov-io commented 4 years ago

Codecov Report

Merging #56 into dev will increase coverage by 1.75%. The diff coverage is 90.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #56      +/-   ##
==========================================
+ Coverage   90.16%   91.91%   +1.75%     
==========================================
  Files           6        8       +2     
  Lines         183      198      +15     
==========================================
+ Hits          165      182      +17     
+ Misses         18       16       -2
Impacted Files Coverage Δ
src/ScientificTypes.jl 100% <100%> (+14.28%) :arrow_up:
src/scitype.jl 68.75% <68.75%> (ø)
src/coerce.jl 95.45% <95.45%> (ø)
src/schema.jl 96.96% <96.96%> (ø)

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 a02888a...8bf18bf. Read the comment docs.