-
Notifications
You must be signed in to change notification settings - Fork 65
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
AttributeError #8
Comments
Thanks for catching this. The codebase was written using a preliminary version of deepsnap -- working out a refactor and will get back to you.
… On Dec 21, 2020, at 22:48, elenalinhan ***@***.***> wrote:
Hello,
When I tried run.sh, it shows there is an attribute error:
AttributeError: type object 'GraphDataset' has no attribute 'list_to_graphs'
I also searched deepsnap and there is no such function indeed.
Can you help me fix with this issue?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Updated the repo to be compatible with deepsnap 0.1.2, which is currently the up-to-date version downloadable from pip. Let me know if you experience any issues. Thanks! |
I have the same problem. |
I also have a problem about deepsnap 0.1.2. In commit history on this repo, I cannot find any changes. |
Ah thanks for the catch. Repo should be updated now, let me know if you run into further issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When I tried run.sh, it shows there is an attribute error:
AttributeError: type object 'GraphDataset' has no attribute 'list_to_graphs'
I also searched deepsnap and there is no such function indeed.
Can you help me fix with this issue?
The text was updated successfully, but these errors were encountered: