You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: torch_geometric_temporal/dataset/windmillmedium.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ class WindmillOutputMediumDatasetLoader(object):
13
13
"""
14
14
15
15
def__init__(self):
16
+
raiseRuntimeError("The WindmillMedium dataset is no longer accessible via 'graphmining.ai'. If you have a local copy, please contact the PGT maintainers, and we will re-upload the dataset. ")
Copy file name to clipboardExpand all lines: torch_geometric_temporal/dataset/windmillsmall.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ class WindmillOutputSmallDatasetLoader(object):
13
13
"""
14
14
15
15
def__init__(self):
16
+
raiseRuntimeError("The WindmillSmall dataset is no longer accessible via 'graphmining.ai'. If you have a local copy, please contact the PGT maintainers, and we will re-upload the dataset. ")
0 commit comments