tlnagy / OMETIFF.jl

I/O operations for OME-TIFF files in Julia
Other
24 stars 7 forks source link

fix accidental transposition that broke rectangular image loading #61

Closed tlnagy closed 4 years ago

tlnagy commented 4 years ago

This must've snuck past the tests because all of my images are square or rectangular with strips, but no non-striped rectangular images.

Fixes #60

codecov[bot] commented 4 years ago

Codecov Report

Merging #61 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   93.77%   93.77%           
=======================================
  Files           6        6           
  Lines         289      289           
=======================================
  Hits          271      271           
  Misses         18       18
Impacted Files Coverage Δ
src/loader.jl 98.43% <100%> (ø) :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 e2c2b6a...0b15d3e. Read the comment docs.