metawards.iterators.setup_seed_specified_ward

metawards.iterators.setup_seed_specified_ward(network: Union[metawards._network.Network, metawards._networks.Networks], 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 or Networks) – The network to be seeded

  • infections (Infections) – Space to hold the ‘work’ infections

  • kwargs – Arguments that are not used by this setup function