Graph-Learning-Benchmarks / gli

🗂 Graph Learning Indexer: a contributor-friendly and metadata-rich platform for graph learning benchmarks. Dataloading, Benchmarking, Tagging, and more!
https://graph-learning-benchmarks.github.io/gli/
MIT License
42 stars 20 forks source link

move missing urls.json to warning instead of error #459

Closed jiaqima closed 1 year ago

jiaqima commented 1 year ago

Description

urls.json will be deprecated. This PR moves missing urls.json from error to warning in test_files.py.

This PR also fixed a few docstring typos in tests/utils.py.

Related Issue

See #425