JuliaIO / NRRD.jl

Julia support for the Nearly Raw Raster Data (NRRD) image file format
Other
10 stars 9 forks source link

Don't write Bool as `bool` #40

Closed timholy closed 3 years ago

timholy commented 3 years ago

This is not a supported type by NRRD.

codecov[bot] commented 3 years ago

Codecov Report

Merging #40 (1594bcb) into master (62ec907) will increase coverage by 0.37%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   85.97%   86.34%   +0.37%     
==========================================
  Files           1        1              
  Lines         599      630      +31     
==========================================
+ Hits          515      544      +29     
- Misses         84       86       +2     
Impacted Files Coverage Δ
src/NRRD.jl 86.34% <100.00%> (+0.37%) :arrow_up:

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 62ec907...1594bcb. Read the comment docs.