Skip to content

centrality_test function #45

@joramador

Description

@joramador

In the function, centrality_test, there is a line trying to get the common neighbors but is using just the set of neighbors of v

531 cn = neighbors_v & neighbors_v

Was this intentional? Or should it rather be cn = neighbors_u & neighbors_v?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions