Lewuathe / COVID19-SIR

COVID-19 SIR model estimation
https://www.lewuathe.com/covid-19-dynamics-with-sir-model.html
Apache License 2.0
131 stars 75 forks source link

Error message: "SystemExit: QUIT: You must pass a country list on CSV format." #31

Closed soph-py closed 3 years ago

soph-py commented 4 years ago

Sorry in advance: I'm a beginner in Python so I know this error sounds simple to fix but I am so lost!

Thank you!

sunprinceS commented 4 years ago

You should pass the countries you want to observe in --countries args (separated by ','). For example, python3 solver.py --countries "United Kingdom,Japan,Taiwan*"