igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] [Possible Bug - python igraph]


From: Hugo Sepúlveda
Subject: [igraph] [Possible Bug - python igraph]
Date: Thu, 27 Feb 2020 20:42:10 -0300

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]

reply via email to

[Prev in Thread] Current Thread [Next in Thread]