If you pass an unrecognized method name to _.compute_reff() it raises an exception having the following error message: 'Method must be "daily", "infected", or "outcome", not "{method}"', but the accepted method names are "daily", "infectious" and "outcome".
If you pass an unrecognized method name to _.compute_reff() it raises an exception having the following error message: 'Method must be "daily", "infected", or "outcome", not "{method}"', but the accepted method names are "daily", "infectious" and "outcome".
This pull request fixes the error message.