metawards.iterators.iterate_weekend

metawards.iterators.iterate_weekend(stage, **kwargs)[source]

This returns the default list of ‘advance_XXX’ functions that are called in sequence for each weekend iteration of the model run.

Parameters

stage (str) –

The stage at which this iterator is operating (this has to change both the “foi” and “infect”

stages)

Returns

funcs – The list of functions that `iterate` will call in sequence

Return type

List[function]