Skip to content

Commit

Permalink
update importlib import
Browse files Browse the repository at this point in the history
  • Loading branch information
aelefebv committed Oct 30, 2024
1 parent 6f6dc45 commit a1df7a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions nellie/segmentation/filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ def _get_frob_mask(self, hessian_matrices):
else:
frobenius_threshold = self.frob_thresh
mask = frobenius_norm > frobenius_threshold
print('hi')
return mask

def _compute_chunkwise_eigenvalues(self, hessian_matrices, chunk_size=1E6):
Expand Down
2 changes: 1 addition & 1 deletion nellie_napari/discover_plugins.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from importlib_metadata import entry_points
from importlib.metadata import entry_points
from qtpy.QtWidgets import QAction, QMenu


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = nellie
version = 0.4.0
version = 0.4.1
description = Automated organelle segmentation, tracking, and hierarchical feature extraction in 2D/3D live-cell microscopy
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit a1df7a1

Please sign in to comment.