divelab / DIG

A library for graph deep learning research
https://diveintographs.readthedocs.io/
GNU General Public License v3.0
1.86k stars 281 forks source link

Found a naming error. #175

Closed SaraiQX closed 1 year ago

SaraiQX commented 1 year ago

Hi DIG team, I just found a naming conflict: It is "Rand_Gen_Evaluator" in the line "from dig.ggraph.evaluation import RandGenEvaluator" of https://github.com/divelab/DIG/blob/dig-stable/examples/ggraph/JTVAE/rand_gen.ipynb,

while it is "RandGenEvaluator" in the .../site-packages/dig/ggraph/method/JTVAE/init.py installed in my virtual env.

Best, Sarai

lyzustc commented 1 year ago

Hi Sarai,

Thank you very much for pointing out this error! We have corrected it.

Best,

SaraiQX commented 1 year ago

No problem. Glad to help😄. Thank you for the amazing library!