benedekrozemberczki / GraphWaveMachine

A scalable implementation of "Learning Structural Node Embeddings Via Diffusion Wavelets (KDD 2018)".
https://karateclub.readthedocs.io/
GNU General Public License v3.0
182 stars 33 forks source link

"Edge tuple %s must be a 2-tuple or 3-tuple." % (e,)) #7

Closed MohammadHeydari closed 3 years ago

MohammadHeydari commented 3 years ago

I already test the package for an edge list and the error showed up. here's the edge list sample:

_0 C۰۲F 
_0 B۰۱D 
C C۰۲ 
C C۱۲ 
C C۰۵ 

is it because of str data type of the edge list elements?

benedekrozemberczki commented 3 years ago

Did you read the readme file?

On Wed, 11 Nov 2020 at 11:36, Mohammad Heydari notifications@github.com wrote:

I already test the package for an edge list and the error showed up. here's the edge list sample:

_0 C۰۲F

_0 B۰۱D

C C۰۲

C C۱۲

C C۰۵

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/benedekrozemberczki/GraphWaveMachine/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEETMF3SAN6GQKJZVVLKIITSPJZKNANCNFSM4TR4HQ4Q .

MohammadHeydari commented 3 years ago

Did you read the readme file? On Wed, 11 Nov 2020 at 11:36, Mohammad Heydari @.***> wrote: I already test the package for an edge list and the error showed up. here's the edge list sample: _0 C۰۲F _0 B۰۱D C C۰۲ C C۱۲ C C۰۵ — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#7>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEETMF3SAN6GQKJZVVLKIITSPJZKNANCNFSM4TR4HQ4Q .

yes.