Skip to content

Commit 48e7cc3

Browse files
committed
Correct file extension again
1 parent f766180 commit 48e7cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unlockgnn/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
MODELS_URL: str = (
2222
"https://github.com/a-ws-m/unlockGNN/raw/{branch}/models/{fname}.tar.gz"
2323
)
24-
DATA_URL: str = "https://github.com/a-ws-m/unlockGNN/raw/{branch}/data/{fname}.pkl"
24+
DATA_URL: str = "https://github.com/a-ws-m/unlockGNN/raw/{branch}/data/{fname}.parquet"
2525
AVAILABLE_MODELS = Literal["binary_e_form"]
2626
AVAILABLE_DATA = Literal["binary_e_form"]
2727

0 commit comments

Comments
 (0)