Update SciGraph.py
Browse files- SciGraph.py +2 -2
SciGraph.py
CHANGED
|
@@ -35,8 +35,8 @@ _LICENSE = ""
|
|
| 35 |
|
| 36 |
_URLS = {
|
| 37 |
'classes': 'class.json',
|
| 38 |
-
'function': 'assign.
|
| 39 |
-
'topic': 'paper_new.
|
| 40 |
}
|
| 41 |
|
| 42 |
# TODO: Add link to the official dataset URLs here
|
|
|
|
| 35 |
|
| 36 |
_URLS = {
|
| 37 |
'classes': 'class.json',
|
| 38 |
+
'function': 'assign.json',
|
| 39 |
+
'topic': 'paper_new.json'
|
| 40 |
}
|
| 41 |
|
| 42 |
# TODO: Add link to the official dataset URLs here
|