Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.MD code example incorrect - nonexistent keyword "Q" being passed to constructor of SEIRSNetworkModel #62

Open
randomdavis opened this issue Sep 27, 2022 · 0 comments

Comments

@randomdavis
Copy link

randomdavis commented Sep 27, 2022

The current README.MD on master (commit 63dcba1) contains an example code block in the Code Usage section:

https://github.com/ryansmcgee/seirsplus#code-usage

One of the arguments being passed to SEIRSNetworkModel() in that example code is "Q", which does not exist in the current version of SEIRSNetworkModel, hence leading to errors if a user were to try to run the code straight from that example.

I do not use this library but I found this issue via a StackOverflow user that had this problem: https://stackoverflow.com/questions/73872826/unexpected-keyword-argument-within-init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant