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

Consider Nothing as scitype #112

Closed ablaom closed 3 years ago

ablaom commented 3 years ago

So scitype(nothing) == Nothing in every convention

codecov-commenter commented 3 years ago

Codecov Report

Merging #112 into dev will increase coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #112      +/-   ##
==========================================
+ Coverage   97.05%   97.22%   +0.16%     
==========================================
  Files           2        2              
  Lines          34       36       +2     
==========================================
+ Hits           33       35       +2     
  Misses          1        1              
Impacted Files Coverage Δ
src/ScientificTypes.jl 92.30% <100.00%> (ø)
src/scitype.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 d352cb8...d29f9b5. Read the comment docs.