graspologic-org / graspologic

Python package for graph statistics
https://graspologic-org.github.io/graspologic/
MIT License
782 stars 142 forks source link

Fixed graph matching with similarity matrix of unequal dimensions #1002

Closed dokato closed 1 year ago

dokato commented 1 year ago

Reference Issues/PRs

Fixes #1001.

What does this implement/fix? Briefly explain your changes.

dokato commented 1 year ago

Re: the mypy error I get, is an output type of _adj_pad correct?

Tuple[np.ndarray, np.ndarray, np.ndarray]:

I have impression that it returns a matrix, so np.ndarray.