-
Notifications
You must be signed in to change notification settings - Fork 13
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 Error In Forming RDM #23
Conversation
Glad to see this part can be simplified. Could you add a test for this function? |
I have added a testing unit for this now! |
Would Metis work instead of KaHyPar for the test? Unfortunately it is a bit awkward getting the automatic testing working with KaHyPar because of the installation issues on Windows. |
Good idea, I have changed it and the tests appear to be passing with Metis so I will use that for the testing. |
Could you add the line: LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" to |
|
Added
Sure, I added this. |
Thanks! |
Now account for the fact combiners is a directed data graph.