snap-stanford / ogb

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

bugfix in meta_dict generation of "has_edge_attr", c.f. #342 #343

Closed jqmcginnis closed 2 years ago

jqmcginnis commented 2 years ago

PR to fix bug in save_dataset.py.

For details, please refer to #342.

weihua916 commented 2 years ago

Thanks for catching the bug.