We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8818832 commit dd2351eCopy full SHA for dd2351e
graphgallery/data/npz_dataset.py
@@ -18,7 +18,7 @@
18
19
class NPZDataset(Dataset):
20
21
- github_url = "https://raw.githubusercontent.com/EdisonLeeeee/GraphData/master/datasets/npz/{}.npz"
+ github_url = "https://raw.githubusercontent.com/EdisonLeeeee/GraphData/master/datasets/{}.npz"
22
supported_datasets = _DATASETS
23
24
def __init__(self, name: str,
0 commit comments