-
Notifications
You must be signed in to change notification settings - Fork 92
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
adding ABDH generator #121
Conversation
modified class Hypergraph - added method from_abcdh
Please ignore the GH Workflow failure for Docs. There is a bug in that workflow and I will fix it in a later release. On the run-tests workflow, it failed our precommit hooks because your code failed our Python formatter check; HNX uses Black for a consistent format. See the Code Quality section of our Readme for instructions on how to format your code locally so that it passes the CI pipeline on Github Workflows. |
Changing destination branch to 'develop'. In the future, please use 'develop' as the destination branch for all future PR's. Thanks in advance. |
@roman-timo - are you planning to port the source code of ABCD-H to Python (so that no integration with Julia is needed?) |
We would prefer to have a separate module with ABCDH generation available both from Python and Julia. Please see hypernetx/algorithms/generative_models.py for examples of how this was done in pure Python. |
Yes, I'm planning to convert this ABCD-H generator to Python first, so that no issues with Julia integration. Thanks for support! |
@roman-timo Closing until new code is ready. |
Merge in HYP/hypernetx from fix-ci-pipeline-docs to develop * commit '2656a06f01669ffb696daa48d66f9bf8bc12c5b6': Fix github workflow for documentation
added ABCDH model generator a ./hypernetx/utils/
modified class Hypergraph - added method from_abcdh