AllenCell / napari-allencell-segmenter

A plugin that enables image segmentation provided by Allen Institute for Cell Science
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Feature/batch async #98

Closed Aerendel closed 3 years ago

Aerendel commented 3 years ago

Run batch in background thread. Supports the following features:

codecov[bot] commented 3 years ago

Codecov Report

Merging #98 (fbb7527) into feature/batch_processing (f65ab29) will increase coverage by 3.98%. The diff coverage is 76.56%.

Impacted file tree graph

@@                     Coverage Diff                      @@
##           feature/batch_processing      #98      +/-   ##
============================================================
+ Coverage                     80.69%   84.67%   +3.98%     
============================================================
  Files                            34       34              
  Lines                          1357     1416      +59     
============================================================
+ Hits                           1095     1199     +104     
+ Misses                          262      217      -45     
Impacted Files Coverage Δ
...entation/controller/batch_processing_controller.py 65.43% <55.73%> (+34.92%) :arrow_up:
napari_aicssegmentation/widgets/file_input.py 77.50% <66.66%> (+2.50%) :arrow_up:
napari_aicssegmentation/controller/_interfaces.py 72.72% <71.42%> (-0.25%) :arrow_down:
napari_aicssegmentation/_dock_widget.py 47.82% <100.00%> (ø)
...ari_aicssegmentation/view/batch_processing_view.py 96.47% <100.00%> (+61.92%) :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 f65ab29...fbb7527. Read the comment docs.