-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ENH: Show node lengths in selection menu #179 Also computes min/max/avg node lengths; gotta show that somewhere... * DOC: note abt root len * STY: prettify * ENH: show tree stats! Closes #179. * STY: prettify * DOC: clarify & upd8 bptree stat code * TST: unbreak tests * ENH: hide the root node's "length" in the menu since it's not even validated * DOC: buff disclaimer * DOC: separate stats disclaimers splits up ugly paragraph, and allows us to selectively hide part of it if tree-plot done * DOC: simplify tree stats header txt * BUG: Ignore root len in unrooted layout: fix #374 * TST: hide stats table in test html * TST/BUG/MNT: Make getLengthStats own func&fix/test (Found a bug where the min was getting set to 0 even if real min was > 0; due to setting min to 0 by default. Now it's +inf and max starts as -inf, so we should be solid * STY/TST: test error len stats case; prettify * TST: test Empress.getNodeLength * TST/MNT: mv code to spanel;refact/tst getTreeStats * DOC: clarify ambiguous language in ignore len secn * MNT: rename a few things from tree props->settings * MNT: rm extraneous unrooted layout op * ENH: round node length stats to 4 decimal pts addresses @ElDeveloper comment * PERF: only compute tree stats when requested addresses @ElDeveloper comment * PERF: only compute tree stats once * STY: tidy some old html
- Loading branch information
Showing
11 changed files
with
327 additions
and
40 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
Oops, something went wrong.