Skip to content

Edge case breaking summary stats output #392

@jrcpulliam

Description

@jrcpulliam

When both the upper and lower bound of the latest estimate are 0, log_cases is set to NA in summarise.R (lines 311-312; 0/0 > 1000 returns NA, instead of a logical).

This produces an error when generating summary statistics: "Error in if (log_cases) {: missing value where TRUE/FALSE needed"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions