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

Fixed bug in Graphs.add_edge! extension #12

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

dlcole3
Copy link
Contributor

@dlcole3 dlcole3 commented Sep 3, 2024

The extension of Graphs.add_edge! in GOI had an error where the get_hyperedge argument appears to be missing the hypergraph argument. I have updated it with this PR.

This caused an error to be thrown when I tried to query the set of incident edges to a set of OptiNodes. When I updated this line of code, the error went away.

@jalving jalving merged commit 6673275 into plasmo-dev:main Sep 3, 2024
4 checks passed
@dlcole3 dlcole3 deleted the dc/fix-get_hyperedge-bug branch September 3, 2024 20:07
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