To whom it may concern:

I am writing in reference to a problem with python-graph. When I use the 
motifs_randesu() function, the list returned have nan values, it’s my problem 
this is a bug?
If it’s a bug, should I report it to igraph/python-igraph or igraph/igraph?

Thank you in advance.

Hugo Sepúlveda.

The code:

import igraph as ig

# directed graph
graph = ig.Graph.Read(f="scientometrics.net", format="net”)

motifs = graph.motifs_randesu(size=3)
print(motifs)

# print
[nan, nan, 16464, nan, 9761, 3, 22575, 1777, 0, 3, 0, 0, 0, 0, 0, 0]
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to