pymmcore-plus / napari-micromanager

GUI interface between napari and micromanager powered by pymmcore-plus and pymmcore-widgets
https://pymmcore-plus.github.io/napari-micromanager/
BSD 3-Clause "New" or "Revised" License
61 stars 21 forks source link

fix: fix zarr dtype #307

Closed fdrgsp closed 9 months ago

fdrgsp commented 9 months ago

To set the zarr dtype, use getBytesPerPixel instead of getImageBitDepth but get this info from using getBytesPerPixel

closes #295

tlambert03 commented 9 months ago

the test fails should be fixed after merging in #306

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1addb30) 78.24% compared to head (a6bf4fb) 78.31%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #307 +/- ## ========================================== + Coverage 78.24% 78.31% +0.07% ========================================== Files 15 14 -1 Lines 671 664 -7 ========================================== - Hits 525 520 -5 + Misses 146 144 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.