Skip to content

Commit dd2351e

Browse files
committed
fix npz path
1 parent 8818832 commit dd2351e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphgallery/data/npz_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class NPZDataset(Dataset):
2020

21-
github_url = "https://raw.githubusercontent.com/EdisonLeeeee/GraphData/master/datasets/npz/{}.npz"
21+
github_url = "https://raw.githubusercontent.com/EdisonLeeeee/GraphData/master/datasets/{}.npz"
2222
supported_datasets = _DATASETS
2323

2424
def __init__(self, name: str,

0 commit comments

Comments
 (0)