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

match up the interface with nx#6840 #1

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

MridulS
Copy link

@MridulS MridulS commented Aug 24, 2023

Had to make these changes locally to test out graphblas backend.

Comment on lines +198 to +199
if graph_name:
raise NotImplementedError("Not possible to set a graph name")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, this graph_name corresponds to the argument name in the networkx algorithm, which can be useful for debugging and logging. Also, graphblas_algorithms Graphs also support setting the name. Nevertheless, I'll merge this just to add you as a contributor ;)

@eriknw eriknw merged commit ac999d3 into eriknw:new_dispatch Aug 25, 2023
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