benedekrozemberczki / karateclub

Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)
https://karateclub.readthedocs.io
GNU General Public License v3.0
2.17k stars 247 forks source link

Fix: correctly seed GLEE #154

Closed jamesvrt closed 9 months ago

jamesvrt commented 1 year ago

Resolves #153

Changes motivated by: https://stackoverflow.com/a/52403508

LucaCappelletti94 commented 9 months ago

The test suite is passing, thank you for this fix.