metawards.iterators.setup_seed_wards¶
-
metawards.iterators.setup_seed_wards(network: metawards._network.Network, **kwargs)[source]¶ Seed the wards with an initial infection. If a specific ward has been highlighted via params.ward_seed_index, then this will be seeded using the function
setup_seed_specified_ward. Otherwise, all wards will be seeded viasetup_seed_all_wards.Parameters: - network (Network) – The network over which the model will run
- kwargs – Arguments not needed for this function