-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cleanup] Gathering graph utilities around BasicGraph/MoleculeGraph
Before this change, we have many graph-related functions with various pre-requisites on graphs, plus lots of conversions from pyg to networkx. This change: - introduces two classes BasicGraph and MoleculeGraph, depending on which invariants hold on the graph; - attaches the relevant methods to BasicGraph/MoleculeGraph instead of pyg; - makes sure that we have only one single conversion from pyg to networkx.
- Loading branch information
Showing
5 changed files
with
342 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.