diff --git a/src/napatrackmater/Trackmate.py b/src/napatrackmater/Trackmate.py index 1f90ef04..99151493 100644 --- a/src/napatrackmater/Trackmate.py +++ b/src/napatrackmater/Trackmate.py @@ -495,12 +495,13 @@ def _create_generations(self, all_source_ids: list): if target_target_id[0] not in self.edge_target_lookup: root_leaf.append(target_target_id[0]) - + test_splits = [] if len(list(self.oneat_dividing_tracks.keys())) > 1: 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') + test_splits.append(cell_id) + print(f'I am only half wrong {test_splits}') return root_root, root_splits, root_leaf