jni / zarpaint

Paint segmentations directly to on-disk/remote zarr arrays
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Add reader command to napari.yaml #25

Closed jamesyan-git closed 2 years ago

jamesyan-git commented 2 years ago

The yaml was always used the reader but was not correctly referenced in the "commands" section, so this was added. This has been tested with viewer.open() and I can confirm that napari is seeing the reader correctly

codecov-commenter commented 2 years ago

Codecov Report

Merging #25 (19a5bf4) into main (dfe2482) will increase coverage by 2.90%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
+ Coverage   51.01%   53.91%   +2.90%     
==========================================
  Files           9       10       +1     
  Lines         396      421      +25     
==========================================
+ Hits          202      227      +25     
  Misses        194      194              
Impacted Files Coverage Δ
src/zarpaint/__init__.py 80.00% <100.00%> (+2.22%) :arrow_up:
src/zarpaint/_tests/test_reader.py 100.00% <0.00%> (ø)

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 dfe2482...19a5bf4. Read the comment docs.