jni / zarpaint

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

Switch to src layout #22

Closed jamesyan-git closed 2 years ago

jamesyan-git commented 2 years ago

Moved all files from zarpaint to src/zarpaint and updated setup.py and setup.cfg to point to this new location.

deprecated-napari-hub-preview-bot[bot] commented 2 years ago

Preview page for your plugin is ready here: https://preview.napari-hub.org/jni/zarpaint/22

jni commented 2 years ago

Thanks @jamesyan-git! I think the tests are failing because of a tox -> python -m tox issue that I don't understand. See: https://github.com/napari/napari/pull/4046 and commits and references therein. Could you migrate this repo and also affinder? Thanks!

codecov-commenter commented 2 years ago

Codecov Report

Merging #22 (18f1b4c) into main (4425c4c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   51.01%   51.01%           
=======================================
  Files           9        9           
  Lines         396      396           
=======================================
  Hits          202      202           
  Misses        194      194           
Impacted Files Coverage Δ
src/zarpaint/__init__.py 77.77% <ø> (ø)
src/zarpaint/_add_3d_points.py 20.51% <ø> (ø)
src/zarpaint/_dims_chooser.py 72.72% <ø> (ø)
src/zarpaint/_main.py 0.00% <ø> (ø)
src/zarpaint/_points_util.py 18.18% <ø> (ø)
src/zarpaint/_tests/test_dock_widget.py 100.00% <ø> (ø)
src/zarpaint/_watershed.py 24.32% <ø> (ø)
src/zarpaint/_zarpaint.py 41.93% <ø> (ø)
src/zarpaint/reader.py 100.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 4425c4c...18f1b4c. Read the comment docs.

deprecated-napari-hub-preview-bot[bot] commented 2 years ago

Preview page for your plugin is ready here: https://preview.napari-hub.org/jni/zarpaint/22

jamesyan-git commented 2 years ago

Thanks @jni, I have made the necessary changes in zarpaint. The changes have already been made to affinder.

jni commented 2 years ago

🚀