graspologic-org / graspologic

Python package for graph statistics

Home Page:https://graspologic-org.github.io/graspologic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] graph matching performs poorly when seeded and using similarity

bdpedigo opened this issue · comments

On this line https://github.com/microsoft/graspologic/blob/49d6929f14b57d74ba80f903a7aad19f5e4dafa2/graspologic/match/qap.py#L446

perm_S is referring to the unseeded vertices of B, when it should really be the unseeded vertices of A:
S22 = s_value[nonseed_A, n_seeds:]