Skip to content

a bug in the function find_influential_nodes #11

Description

@oshrihalimi1

I believe this line meant to sum the number of neighbors and not the neighbor indices:
neighbors = list(map(sum, indices))
I think it should be:
neighbors = list(map(len, indices))

Did the ripple training worked for you? Which method had the best performance with cloth simulation?

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