-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in
is_valid_lineage
; daughters can be < parent. (#88)
* Test parent label > daughter labels. * No need to see if daughter in all_cells. If it is in the lineage (checked for), then it will be removed from all_cells in due time. * Warn for all mistakes and return True if * If not in all cells, don't remove it from the set. * Continue instead of return, keep the short circuit. * Update version to 0.5.4 * Clarify warnings.
- Loading branch information
Showing
3 changed files
with
38 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters