Skip to content

Growth rate calculation uses insufficient data #21

Description

@pweigmann

Like other data checks, growth rate checks only use data filtered according to the validation config, even though it requires data from other time steps. This results in growth rate calculations for a single period not returning any values (grey result) and calculations for a range of periods to return "grey" in the first time step.

Possible solution:

  • when filtering data, include data from time step before first time step in config (in combineData())
  • after growth rate calculation, remove extra data (after evaluateThresholds())

Workaround:

  • change period (range) in config to start one step earlier than actually interested
  • remove extra data manually

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions