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
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:
combineData())evaluateThresholds())Workaround: