vanvalenlab / deepcell-tracking

Track cells and build cell lineages
Other
29 stars 6 forks source link

Pull code from `Track` object into helper functions with tests. #55

Closed willgraf closed 3 years ago

willgraf commented 3 years ago

Added several new functions all in utils.py with some basic tests:

Pulling these out to improve code readability, make testing easier, and DRY out the codebase.

Additionally, I renamed the test_utils functions to not be public functions (i.e. they are not prefixed with _).