Open bobturneruk opened 4 years ago
Since adopting the data pipeline api, we now use config.yaml to specify run parameters where previously we had CLI inputs. So now, run the example it's:
config.yaml
python -m simple_network_sim.sampleUseOfModel
What each of the things in config.yaml mean are specified around here: https://github.com/ScottishCovidResponse/simple_network_sim/blob/5e7f4485a9729d8146db7ef6332c6f862009fc70/simple_network_sim/network_of_populations/__init__.py#L795 / https://simple-network-sim.readthedocs.io/en/latest/simple_network_sim.html#simple_network_sim.network_of_populations.createNetworkOfPopulation This information should be easier for users to get at.
Heads up @magicicada @bobturneruk @aflag @WPettersson @alex-konovalov @may1066 @mrow84 - the "Simple Network Sim" label was applied to this issue.
Since adopting the data pipeline api, we now use
config.yaml
to specify run parameters where previously we had CLI inputs. So now, run the example it's:What each of the things in
config.yaml
mean are specified around here: https://github.com/ScottishCovidResponse/simple_network_sim/blob/5e7f4485a9729d8146db7ef6332c6f862009fc70/simple_network_sim/network_of_populations/__init__.py#L795 / https://simple-network-sim.readthedocs.io/en/latest/simple_network_sim.html#simple_network_sim.network_of_populations.createNetworkOfPopulation This information should be easier for users to get at.