GTA
GTA copied to clipboard
Some potential typos
Hey,
Great work!
I would just like to point out some potential typos I might have found while trying to run your codes, located in gta.py
and exp_gta_dad.py
:
The naming of one of the attributes, gc_modules
, of the class GraphTemporalEmbedding
in gta.py
: You might want to verify the attribute name has been used consistently throughout the project, I've noticed that somewhere within gta.py
and exp_gta_dad.py
, it was referred to as gc_module
without the 's' .
This is not a big deal though, I get that it's just a typo ;)
Cheers, Elise