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

Fix two bugs #27

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

Fix two bugs #27

wants to merge 2 commits into from

Conversation

JanineCHEN
Copy link

  • Avoid TypeError: load() missing 1 required positional argument: 'Loader' in yaml loader
  • Replace deprecated to_numpy_matrix function

The original script would lead to `TypeError: load() missing 1 required positional argument: 'Loader'`, update to current one to avoid this error
`to_numpy_matrix` is deprecated in current networkx, replace with `to_numpy_array`
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.

1 participant