We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, do you think it's possible to support DiHypergraphs in this API?
DiHypergraph
xgi/xgi/convert/bipartite_graph.py
Line 12 in 139a2bc
I can try to implement it but I wonder what the API would look like. Likely something compatible with HIF.
The text was updated successfully, but these errors were encountered:
@colltoaction --- this is a great idea! Do you want to take the lead on this? If not, happy to give it a try.
Sorry, something went wrong.
Definitely! I'm thinking I can use the nx.Graph attributes like the HIF top-level metadata:
xgi/xgi/readwrite/hif.py
Lines 138 to 146 in 0726fe1
I would like to implement DiHypergraphs for from_bipartite at the moment, but there is more work to do for feature parity.
No branches or pull requests
Hi, do you think it's possible to support
DiHypergraph
s in this API?xgi/xgi/convert/bipartite_graph.py
Line 12 in 139a2bc
I can try to implement it but I wonder what the API would look like. Likely something compatible with HIF.
The text was updated successfully, but these errors were encountered: