Mark Bonicillo
Mark Bonicillo
v2.3.2 addresses the non-intuitive errors for `hnx.draw()` and Hypergraph.bipartite()`. On an empty hypergraph, `hnx.draw()` will draw a blank graph. No error is raised; `Hypergraph.bipartite()` will return an empty networkx graph....
@LucaGherardini Can you please paste the exact commands you ran so that I can reproduce the error on my end? Thanks in advance.
Fixed in [v2.3.2](https://github.com/pnnl/HyperNetX/releases/tag/v2.3.2)
@MCDalvean The hypergraph_modularity module does not have a 'hypergraph_modularity' attribute, but it does have a [`modularity`](https://github.com/pnnl/HyperNetX/blob/master/hypernetx/algorithms/hypergraph_modularity.py) attribute. Can you please describe how to reproduce this error?
Resolved in v2.3.2.
@impredicative Thanks for the suggestion. Will look into this with the team.
This pull request fixes the parsing issue already addressed in Modular Voltton. See https://github.com/eclipse-volttron/volttron-core/pull/268