Skip to content

Commit

Permalink
local cell density
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Apr 27, 2024
1 parent 3b6a736 commit f47cd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napatrackmater/Trackmate.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def _create_generations(self, all_source_ids: list):
for cell_id in list(self.oneat_dividing_tracks.keys()):
if cell_id in all_source_ids:
root_splits.append(cell_id)

print(f'I am only half wrong')

return root_root, root_splits, root_leaf

Expand Down

0 comments on commit f47cd25

Please sign in to comment.