Skip to content

Commit

Permalink
Update dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandlerBang authored May 10, 2023
1 parent a70875a commit 43ff9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprobust/graph/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self, root, name, setting='nettack', seed=None, require_mask=False)
self.url = 'https://raw.githubusercontent.com/danielzuegner/gnn-meta-attack/master/data/%s.npz' % self.name

if platform.system() == 'Windows':
root = root
self.root = root
else:
self.root = osp.expanduser(osp.normpath(root))

Expand Down

0 comments on commit 43ff9d6

Please sign in to comment.