xgi-org / xgi

CompleX Group Interactions (XGI) is a Python package for higher-order networks.
https://xgi.readthedocs.io
Other
171 stars 27 forks source link

katz centrality should return the same data type as the other centrality measures #516

Closed nwlandry closed 3 months ago

nwlandry commented 4 months ago

katz_centrality returns a numpy array, whereas the other centrality measures return dictionaries.