metawards.iterators.setup_seed_specified_ward

metawards.iterators.setup_seed_specified_ward(network: metawards._network.Network, infections, play_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 – Space to hold the ‘work’ infections
  • play_infections – Space to hold the ‘play’ infections
  • kwargs – Arguments that are not used by this setup function