-
Notifications
You must be signed in to change notification settings - Fork 33
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
kahypar segmentation fault during hyperoptimization #48
Comments
It seems that uninstalling kahypar and running with the 'labels' driver works. |
Thanks for the issue @balopat. Is there any way to dump the exact |
Sure! I also printed out the kwargs passed to the kahypar hypergraph:
This is the debug line before calling partition:
This tells me that cotengra is passing an empty edge_vector - which then they don't handle with a nice error message. But I'm just guessing. But the
|
Yes so the problem is that fixing the many output nodes to a single partition later results in a completely disconnected hypergraph with no edges, as you found. Will push a fix shortly! |
Repro code:
If I run this, I get after a while:
Any help is appreciated, thank you!
The text was updated successfully, but these errors were encountered: