graspologic-org / graspologic

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

[BUG] The docs do not reflect the modification of the graph_match module #1042

Closed ebridge2 closed 1 month ago

ebridge2 commented 1 year ago

Expected Behavior

The docs align with the new graph matching code

Actual Behavior

The docs reflect the old graph matching code

Example Code

https://microsoft.github.io/graspologic/tutorials/matching/padded_gm.html

https://github.com/microsoft/graspologic/blob/39f83aedb797444bbfd778b48db44abe73f17d42/graspologic/match/wrappers.py#L50

Additional Details

Any other contextual information you might feel is important.

bdpedigo commented 1 year ago

the current version of the docs do reflect the new code https://microsoft.github.io/graspologic/latest/tutorials/matching/padded_gm.html

i am not actually sure how you navigated to that page? somehow that is linked to an old version of graspologic