marius-team / marius

Large scale graph learning on a single machine.
https://marius-project.org
Apache License 2.0
160 stars 45 forks source link

fix dataset_helpers renaming issue #86

Closed JasonMoho closed 2 years ago

JasonMoho commented 2 years ago

datasets/ogb_helpers.py was renamed to datasets/dataset_helpers.py. This rename did not propagate to all import statements. This fixes that issue.

shivaram commented 2 years ago

Do we have tests or lint checks we can run to catch this in the future?

JasonMoho commented 2 years ago

I'm surprised that none of the preprocessing tests caught this, but I'll open up an issue and look into linters which can catch these kinds of python issues.