Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reenable tree confidence intervals #1577

Merged
merged 1 commit into from
Oct 21, 2022
Merged

Commits on Oct 20, 2022

  1. Reenable tree confidence intervals

    Previously we checked for the presence of num_date confidence on the
    first node (nodes[0]). Prior to auspice handling subtrees (arrays of
    trees), nodes[0] was guaranteed to be the root node, but this is no
    longer the case. Checking a single node wasn't the best approach anyway
    as we should check for _any_ node with confidence set, which this
    commit now does.
    jameshadfield committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    4e61fd5 View commit details
    Browse the repository at this point in the history