Skip to content

0.4.5

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 20:28
· 44 commits to master since this release
526b65b

🐛 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.