Luca Gherardini

Results 2 comments of Luca Gherardini

P.S.: The only invocation I found in the repository was in hypernetx/classes/tests/test_hypergraph.py, others were only comments. In this test, it says (line 65) ``` "Deprecated method; will support in later...

@bonicim Sure ``` import hypernetx as hnx H = hnx.Hypergraph() H.dataframe ``` The response to the last command is the traceback I previously posted.