igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Warnings


From: Tamas Nepusz
Subject: Re: [igraph] Warnings
Date: Wed, 7 Jan 2015 23:56:32 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

> where: fxn is defined by:
> def fxn():
>     warnings.warn ("g.get_shortest_paths",RuntimeWarning)
This is not needed -- the above code just emits a dummy warning which is then
immediately suppressed.

> By the way do you have palns to implement tkplot in python?
No; tkplot() is an R-specific thing, it is implemented entirely in R and not in
the C layer and I cannot leverage code in the R interface.

T.



reply via email to

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