snap-stanford / ogb

Benchmark datasets, data loaders, and evaluators for graph machine learning
https://ogb.stanford.edu
MIT License
1.93k stars 397 forks source link

fix: add missing raise #119

Closed hongbo-miao closed 3 years ago

hongbo-miao commented 3 years ago

Just a small fix which adds missing raise because creating an exception without raise has no effect.

hongbo-miao commented 3 years ago

You are welcome : )