We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958d54c commit da9b611Copy full SHA for da9b611
R/glet.R
@@ -118,9 +118,6 @@ graphlet_basis <- function(graph, weights = NULL) {
118
weights <- NULL
119
}
120
121
- ## Drop all attributes, we don't want to deal with them
122
- graph <- reduce(graph_attr_names(graph), delete_graph_attr, .init = graph)
123
-
124
on.exit(.Call(R_igraph_finalizer))
125
## Function call
126
res <- .Call(R_igraph_graphlets_candidate_basis, graph, weights)
0 commit comments