HGX-Team / hypergraphx

HGX is a multi-purpose, open-source Python library for higher-order network analysis
https://hypergraphx.readthedocs.io/
Other
199 stars 22 forks source link

method get_adj_node not found #7

Closed francescoboldrin closed 1 year ago

francescoboldrin commented 1 year ago

I was trying to use the s_betweenness function using as input the highschool data set for hypergraph, when i tried to launch the program it gave an error in function line_graph(h: Hypergraph, distance='intersection', s=1, weighted=False) in projections.py script. Reporting that 'Hypergraph' has no attribute 'get_adj_nodes()' . RunTime error in line 125, projections.py script

FraLotito commented 1 year ago

Thank you for reporting this!

I have fixed the issue