🐛 Bug Fixes
`is_valid_lineage` should check if the daughter ID is valid. @willgraf (#70)
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.