Skip to content

Adapt code for compatibility with newer version of networkx (3.2.1) and metis (5.1.0)#9

Open
hon-gyu wants to merge 2 commits intoMoonpuck:masterfrom
hon-gyu:fix/networkx-metis-compatibility
Open

Adapt code for compatibility with newer version of networkx (3.2.1) and metis (5.1.0)#9
hon-gyu wants to merge 2 commits intoMoonpuck:masterfrom
hon-gyu:fix/networkx-metis-compatibility

Conversation

@hon-gyu
Copy link

@hon-gyu hon-gyu commented Dec 21, 2023

Previous problems:

  • in newer version of networkx, attribute node is replaced by nodes
  • crash when part_graph using new version of metis

Fixes implemented:

  • graph.node -> graph.nodes
  • switch from metis to pymetis to support newer version of metis

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