forked from brettviren/wire-cell-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix two dumb bugs that my prior fixes added.
- The result of unnecessary resolution from point to major index was passed as a point index. - For some mysterious reason, I had the NaryTreeFacade::children() sorting on child pointer value. A few changes along the way: - Make log pointer optional to the sanity() methods. - Add sanity checking of the facade blob and scoped node ordering, now that they are correctly, if accidentally/constructed to be the same. - Rewrite get_closest_blob() to do slightly less work to get its job done. - Add cluster length as most significant value to the mix of values when comparing the "size" of two clusters. - Rename test cases in clustering prototype test to better follow convention to make the tests more user friendly for "-tc='clustering*'" type doctest executing.
- Loading branch information
1 parent
ddee41c
commit 62240a3
Showing
6 changed files
with
82 additions
and
76 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
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