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

Added example code for watts-strogatz model and algorithms for dynamic linear topology based on probability value. #145

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

CianGrimnir
Copy link

No description provided.

…c linear topology based on probability value.
@juraul1
Copy link
Collaborator

juraul1 commented Oct 3, 2022

you migth need to add matplotlib in requirements.txt? I think that's why the tests are not passing

conn6_file.close()
conn7_file.close()
conn8_file.close()
if 'test' in argv:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@juraul1 I have updated the requirements.txt files with the deps, but the test is failing because of incomplete test cases. Do I have to write the test case for this setup, or can I comment out this test snippet?

Copy link
Collaborator

@juraul1 juraul1 Oct 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CianGrimnir [edit] Actually we should have a test for that. But I'm not sure the ping test is what you're looking for. We can discuss about it but first it could be nice if you could explain your code to us?
You can comment out the test part for now and see if it passes (although I'm not sure that's the problem), but later we will need a test case.

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

Successfully merging this pull request may close these issues.

None yet

2 participants