pyapp-kit / ndv

Simple, fast-loading, n-dimensional array viewer with minimal dependencies.
BSD 3-Clause "New" or "Revised" License
35 stars 5 forks source link

fix: tensorstore isel #25

Closed tlambert03 closed 3 months ago

tlambert03 commented 3 months ago

fixes a bug when indexing tensorstore

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 78.94737% with 4 lines in your changes missing coverage. Please review.

Project coverage is 82.90%. Comparing base (388965f) to head (d561ed3).

Files Patch % Lines
src/ndv/viewer/_data_wrapper.py 78.94% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ========================================== + Coverage 81.26% 82.90% +1.63% ========================================== Files 13 13 Lines 1217 1234 +17 ========================================== + Hits 989 1023 +34 + Misses 228 211 -17 ```

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