jocpae / VesselGraph

MIT License
110 stars 9 forks source link

Download Link 403 for ogbn-BALBc_no1 #15

Closed zy-Liang closed 2 years ago

zy-Liang commented 2 years ago
from source.ogb.nodeproppred import *

data = NodePropPredDataset(name='ogbn-BALBc_no1_pb_minRadiusAvg')

Using the above code, I get the error message HTTPError: HTTP Error 403: Download link expired.

I've also tried the link https://syncandshare.lrz.de/dl/fi5se6Z9gAXTqH1G3Y1bXmip/BALBc_no1_pb_minRadiusAvg.zip via browser, but still get 403 error.

There seem to be some issues with the download link for ogbn-BALBc_no1_pb_minRadiusAvg.

jqmcginnis commented 2 years ago

Hello @zy-Liang

thank you very much for bringing this issue to our attention, this should be fixed now. If this issue or a similar issue (e.g. broken link for different dataset) remains, please reopen the issue again!

Cheers, Julian