pyapp-kit / ndv

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

fix: make sure it's ok to set_data to `None` and generally have an empty viewer #43

Closed tlambert03 closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 91.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 77.90%. Comparing base (8f9212d) to head (fb66f14). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/ndv/viewer/_viewer.py 89.47% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #43 +/- ## ========================================== - Coverage 78.46% 77.90% -0.56% ========================================== Files 13 13 Lines 1839 1856 +17 ========================================== + Hits 1443 1446 +3 - Misses 396 410 +14 ```

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