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

execution failures in deletion tasks #4

Open
Happy2Git opened this issue Oct 29, 2023 · 1 comment
Open

execution failures in deletion tasks #4

Happy2Git opened this issue Oct 29, 2023 · 1 comment

Comments

@Happy2Git
Copy link

Hi there,

Upon running the command python delete_gnn.py, I encountered the following error:

  File "/home/user/Documents/code/GNNDelete/delete_gnn.py", line 86, in main
    assert args.df != 'none'
AssertionError

Similarly, when I executed the command python delete_node.py, and python delete_node_feature.py, I was met with another error:

AttributeError: 'GlobalStorage' object has no attribute 'train_pos_edge_index'

Would you mind providing some suggestions?

@Surosy
Copy link

Surosy commented Nov 21, 2024

Hey, I'm facing the same problem as you. Have you resolved it?
File "/home/user/Documents/code/GNNDelete/delete_gnn.py", line 86, in main
assert args.df != 'none'
AssertionError

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