Skip to content

Commit

Permalink
cell fate
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Jul 20, 2024
1 parent ec139fe commit b019dee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/napatrackmater/Trackmate.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def __init__(
time_veto: int = 0,
space_veto: int = 15,
basal_label: int = 1,
goblet_label: int = 2,
radial_label: int = 3,
goblet_label: int = 3,
radial_label: int = 2,
):

self.xml_path = xml_path
Expand Down
4 changes: 2 additions & 2 deletions src/napatrackmater/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = version = "5.4.1"
__version_tuple__ = version_tuple = (5, 4, 1)
__version__ = version = "5.4.2"
__version_tuple__ = version_tuple = (5, 4, 2)

0 comments on commit b019dee

Please sign in to comment.