metawards.iterators.setup_seed_specified_ward

metawards.iterators.setup_seed_specified_ward(network: metawards._network.Network, infections: metawards._infections.Infections, **kwargs)[source]

Setup function that sets up the Network by seeding the infection at the ward specified by looking up the ward index from network.to_seed using index params.ward_seed_index

Parameters:
  • network (Network) – The network to be seeded
  • infections (Infections) – Space to hold the ‘work’ infections
  • kwargs – Arguments that are not used by this setup function