Closed willgraf closed 3 years ago
If a cell's daughter ID is not a valid track ID, then is_valid_lineage will crash due to a KeyError. Instead, it should catch this error and note the lineage as invalid.
is_valid_lineage
KeyError
If a cell's daughter ID is not a valid track ID, then
is_valid_lineage
will crash due to aKeyError
. Instead, it should catch this error and note the lineage as invalid.