pnnl / HyperNetX

Python package for hypergraph analysis and visualization.
https://hypernetx.readthedocs.io
Other
500 stars 86 forks source link

motifs of order > 4 #155

Open hritikakathuria136 opened 3 weeks ago

hritikakathuria136 commented 3 weeks ago

We seem to be getting the error of division by zero not possible, which I think it potentially means that we are not able to count any motifs in my hypergraph (tried with order 3). We seem to have a lot of hyperedges of size 6, but motifs of higher order are not supported. Would there be a work around this? We need to compute the motifs. Thank you,

image

brendapraggastis commented 3 weeks ago

@hritikakathuria136 Could you specify the code you are using, preferably with a snippet.