MetaWards.extractors API Detail¶
Functions¶
extract_default(nthreads[, setup]) |
This returns the default list of ‘output_XXX’ functions that are called in sequence for each iteration of the model run. |
output_default(network, population, …) |
This is the default output function that must be called every iteration as it is responsible for accumulating the core data each day, which is used to report a summary to the main output file. |
output_default_omp(network, population, …) |
This is the default output function that must be called every iteration as it is responsible for accumulating the core data each day, which is used to report a summary to the main output file. |
setup_output_default(network, output_dir, …) |
This is the setup function that corresponds with output_default(). |