Skip to content
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

A source code error when using deeprobust.graph.data.Dataset under windows (have solved) #143

Open
breakices opened this issue Jul 25, 2023 · 3 comments

Comments

@breakices
Copy link

eb713f99b7db5eb248a5f365f21411e

If you use deeprobust.graph.data.Dataset in windows, here comes a problem that the object would not initial its attribute "root", which leads to an AttributeError: 'Dataset' object has no attribute 'root'
It can be easyly solved by add "self." in the front of the first "root", as following.

image

@breakices
Copy link
Author

I'm not true if the same problem will occur while using the code in github because I download the package by pip install.

@ChandlerBang
Copy link
Collaborator

Thanks for reporting the problem. The code at Github has already fixed this issue while we haven't updated it to the pypi source. We will update pip version soon.

@breakices
Copy link
Author

Thanks for replying!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants