metawards.iterators.setup_additional_seeds

metawards.iterators.setup_additional_seeds(network: metawards._network.Network, profiler: metawards.utils._profiler.Profiler, **kwargs)[source]

Setup function that reads in the additional seeds held in params.additional_seeds and puts them ready to be used by advance_additional to import additional infections at specified times in specified wards during the outbreak

Parameters:
  • network (Network) – The network to be seeded
  • profiler (Profiler) – Profiler used to profile this function
  • kwargs – Arguments that are not used by this setup function