-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CalculateVertexHistKernel(): NameError: name 'gs' is not defined #23
Comments
going to '/usr/local/lib/python3.7/site-packages/graphkernels/utilities.py’ and changing 'v_attr_name = gs.vs.attributes()[0]’ to 'v_attr_name = g.vs.attributes()[0]’ now created this error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) |
Using the pdb
|
have you fixed your problem? |
Hi, I ran into this same problem using a different kernel function. |
Thanks for reporting this! I think @eghisu has the authorisation to update the packages. Could you update them please once, Elisabetta? We should then write about transferring the ownership to someone within MLCB. |
It seems like the package has still not been updated. |
I think the easiest way at this point is to build the package from source or use a different package, such as GraKeL. |
Hello,
I've created a list of directed igraphs with several attributes for each vertex. Applying the CalculateVertexHistKernel - function, I receive the following error:
Thanks in advance.
The text was updated successfully, but these errors were encountered: