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 layer refresh after copying data #30

Closed Kaltzisp closed 2 years ago

Kaltzisp commented 2 years ago

After copying the data there was no visual feedback about whether it had succeeded until after toggling visibility to trigger a layer refresh. This now refreshes after the copy operation is complete.

codecov-commenter commented 2 years ago

Codecov Report

Merging #30 (57c6cdb) into main (c582d5b) will increase coverage by 8.37%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
+ Coverage   69.34%   77.72%   +8.37%     
==========================================
  Files          13       14       +1     
  Lines         535      579      +44     
==========================================
+ Hits          371      450      +79     
+ Misses        164      129      -35     
Impacted Files Coverage Δ
src/zarpaint/_copy_data.py 100.00% <ø> (ø)
src/zarpaint/_tests/test_watershed.py 100.00% <0.00%> (ø)
src/zarpaint/_points_util.py 81.81% <0.00%> (+63.63%) :arrow_up:
src/zarpaint/_watershed.py 100.00% <0.00%> (+75.67%) :arrow_up:

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 c582d5b...57c6cdb. Read the comment docs.