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

Networkit Backend and Dialect #6

Merged
merged 13 commits into from
Oct 15, 2020
Merged

Networkit Backend and Dialect #6

merged 13 commits into from
Oct 15, 2020

Conversation

j6k4m8
Copy link
Member

@j6k4m8 j6k4m8 commented Oct 15, 2020

import grand
from grand.backends import NetworkitBackend

G = grand.Graph(backend=NetworkitBackend())

G.nx.add_edge("foo", "bar", baz=True)
>>> print(G.nx.edges(data=True))
[('foo', 'bar', {'baz': True})]

@j6k4m8
Copy link
Member Author

j6k4m8 commented Oct 15, 2020

tests are passing merge it in before anyone notices

@j6k4m8 j6k4m8 merged commit 4fcc01e into master Oct 15, 2020
@j6k4m8 j6k4m8 deleted the networkit branch October 15, 2020 16:28
@j6k4m8 j6k4m8 mentioned this pull request Aug 8, 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.

1 participant