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

Quick fixes for NX 2.4, setup file & gitignore #47

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Quick fixes for NX 2.4, setup file & gitignore #47

merged 1 commit into from
Feb 12, 2024

Conversation

giorgospanay
Copy link
Contributor

@giorgospanay giorgospanay commented Feb 12, 2024

This pull request fixes the errors from issue #46. Specifically:

  • Changed all instances of the deprecated G.node[] to G.nodes[]
  • Edited line in requirements.txt: requires networkx>=2.4
  • Commented a line from the setup file causing errors (use2to3=True)
  • Added lines in .gitignore to ignore MacOS .DS_Store files

Installing the library using python3 setup.py install no longer results in the previous errors. The tests in tiles/test/tiles_test.py also execute successfully.

@GiulioRossetti GiulioRossetti merged commit f025d2e into GiulioRossetti:master Feb 12, 2024
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.

2 participants