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

rename to napari-allencell-segmenter #102

Closed Aerendel closed 3 years ago

Aerendel commented 3 years ago

For #96

Rename napari-aicssegmentation to napari-allencell-segmenter

Note: will rename the repository as well after this is merged

codecov[bot] commented 3 years ago

Codecov Report

Merging #102 (a7fe1f7) into main (22f295d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   84.66%   84.66%           
=======================================
  Files          34       34           
  Lines        1415     1415           
=======================================
  Hits         1198     1198           
  Misses        217      217           
Impacted Files Coverage Δ
napari_allencell_segmenter/core/view.py 89.28% <ø> (ø)
...ari_allencell_segmenter/core/viewer_abstraction.py 88.23% <ø> (ø)
napari_allencell_segmenter/model/channel.py 90.00% <ø> (ø)
...apari_allencell_segmenter/model/segmenter_model.py 100.00% <ø> (ø)
napari_allencell_segmenter/util/convert.py 100.00% <ø> (ø)
napari_allencell_segmenter/util/debug_utils.py 0.00% <ø> (ø)
napari_allencell_segmenter/util/lazy.py 100.00% <ø> (ø)
...lencell_segmenter/widgets/batch_complete_dialog.py 23.33% <ø> (ø)
napari_allencell_segmenter/widgets/file_input.py 77.50% <ø> (ø)
napari_allencell_segmenter/widgets/float_slider.py 100.00% <ø> (ø)
... and 24 more

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 22f295d...a7fe1f7. Read the comment docs.

yrkim98 commented 3 years ago

Runs with no bugs and one warning on windows 10. Tested the following:

This is the warning I got: `FutureWarning: The 'gui_qt()' context manager is deprecated. If you are running napari from a script, please use 'napari.run()' as follows:

import napari

viewer = napari.Viewer()  # no prior setup needed
# other code using the viewer...
napari.run()`