AllenCellModeling / napari-aicsimageio

Multiple file format reading directly into napari using pure Python
GNU General Public License v3.0
33 stars 10 forks source link

admin/bump-min-aicsimageio-to-resolve-czi-physical-pixel-sizes #44

Closed evamaxfield closed 2 years ago

evamaxfield commented 2 years ago

This resolves a build failure that occurred due to an upstream aicsimageio change with how physical pixel sizes are read from CZI metadata.

As a result the min aicsimageio is going up to a specific patch version of 4.6.3.

codecov-commenter commented 2 years ago

Codecov Report

Merging #44 (88b455b) into main (64cbee1) will decrease coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
- Coverage   83.59%   83.51%   -0.09%     
==========================================
  Files           7        5       -2     
  Lines         189      182       -7     
==========================================
- Hits          158      152       -6     
+ Misses         31       30       -1     
Impacted Files Coverage Δ
napari_aicsimageio/tests/test_core.py 100.00% <ø> (ø)
napari_aicsimageio/tests/__init__.py
napari_aicsimageio/__init__.py

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 64cbee1...88b455b. Read the comment docs.