Skip to content

stimulus help needed #2156

@maelle

Description

@maelle

@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().

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions