Closed willgraf closed 3 years ago
Added several new functions all in utils.py with some basic tests:
utils.py
relabel_sequential_lineage
is_valid_lineage
get_image_features
tracking.py
Track
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 _).
test_utils
_
Added several new functions all in
utils.py
with some basic tests:relabel_sequential_lineage
is_valid_lineage
get_image_features
(this is then used intracking.py
in addition toTrack
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_
).