Skip to content

Commit

Permalink
Merge a23b08f into 6414e1d
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Sep 21, 2021
2 parents 6414e1d + a23b08f commit 395d9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepcell_tracking/utils.py
Expand Up @@ -553,7 +553,7 @@ def is_valid_lineage(y, lineage):
# Check that daughter's start frame is one larger than parent end frame
if first_daughter_frame - last_parent_frame != 1:
warnings.warn('lineage {} has daughter {} before parent.'.format(
cell_label, daughter))
parent, cell_label))
return False

return True # all cell lineages are valid!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,7 +37,7 @@
readme = f.read()


VERSION = '0.5.0-rc.2'
VERSION = '0.5.0-rc.3'
NAME = 'DeepCell_Tracking'
DESCRIPTION = 'Tracking cells and lineage with deep learning.'
LICENSE = 'LICENSE'
Expand Down

0 comments on commit 395d9ea

Please sign in to comment.