@szhorvat in 55b424b
I was too fast 😅
For pseudo_diameter_impl() we obtain
if (is.null(weights) && "weight" %in% edge_attr_names(%I1%)) {
weights <- E(%I1%)$weight
}
if (!is.null(weights) && any(!is.na(weights))) {
weights <- as.numeric(weights)
} else {
weights <- NULL
}
Which I don't understand as we have
What did I miss?
It also happens for layout_drl_impl(), layout_drl_3d_impl().
@szhorvat in 55b424b
I was too fast 😅
For
pseudo_diameter_impl()we obtainWhich I don't understand as we have
rigraph/src/vendor/cigraph/interfaces/functions.yaml
Line 1091 in 55b424b
What did I miss?
It also happens for
layout_drl_impl(),layout_drl_3d_impl().