You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #54 we're performing tree stat calculations using incremental calculations and numba instead of looping through the trees (see issue #52 ). Currently, we've rewritten the code for calculating total branch length and max arity per tree. We also need to speed up calculation of mean internal arity per tree using this framework.
The text was updated successfully, but these errors were encountered:
In PR #54 we're performing tree stat calculations using incremental calculations and numba instead of looping through the trees (see issue #52 ). Currently, we've rewritten the code for calculating total branch length and max arity per tree. We also need to speed up calculation of mean internal arity per tree using this framework.
The text was updated successfully, but these errors were encountered: