Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
57d111f9
Unverified
Commit
57d111f9
authored
Jun 14, 2020
by
Quan (Andy) Gan
Committed by
GitHub
Jun 14, 2020
Browse files
[Bug] Fix broken initialization in Reddit (#1634)
parent
02dd6d90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/dgl/data/reddit.py
python/dgl/data/reddit.py
+1
-0
No files found.
python/dgl/data/reddit.py
View file @
57d111f9
...
...
@@ -20,6 +20,7 @@ class RedditDataset(object):
self
.
_zip_file_path
=
zip_file_path
self
.
_extract_dir
=
extract_dir
self
.
_self_loop_str
=
self_loop_str
self
.
_load
()
def
_download
(
self
):
download
(
self
.
_url
,
path
=
self
.
_zip_file_path
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment