Change default value cut.prob
to NULL
in motif finding functions
#1570
Labels
lifecycle
Deprecating old APIs
cut.prob
to NULL
in motif finding functions
#1570
The default value for the
cut.prob
parameter of motif finding functions should have a default value ofNULL
instead ofrep(0, size)
. The documentation should be changed to say thatNULL
indicates that "no cuts are made".This does not change behaviour. It makes use of a corresponding change in the C core (igraph/igraph#2555) and simplifies things in the long term.
Can you have a look at this @maelle, since you are doing cleanup refactoring anyway?
The text was updated successfully, but these errors were encountered: