-
Notifications
You must be signed in to change notification settings - Fork 165
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
Improve Virus on Network documentation #100
Conversation
pre-commit checks failed: https://results.pre-commit.ci/run/github/42205414/1708283306.gaMzyn-PS4uAHxWwbDygnQ. |
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, this is a valuable improvement to this example!
There is one minor issue with our formatter, once that's fixed it looks good to me to merge!
@coderbeta1 Welcome and thanks for the contribution! This is a super minor fix, if you would prefer we can do it on our end, just let us know. Thanks again |
Merged, thanks for your contribution! |
Change 1: Make the ReadMe more descriptive
Change 2: Doc Strings and Cleaning
Made small changes to make the code more readable and easy to understand at first glance
NOTE: In the model, after running, some of the nodes in the graph are isolated. In my opinion it should be connected (if it was intentional then fine but in case not it needs to be updated with a different graph creation technique)