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

Config generation for preprocessor only outputs to a single directory #12

Closed JasonMoho closed 3 years ago

JasonMoho commented 3 years ago

Describe the bug The path "./output_dir/" is hardcoded as the location where configuration files are generated.

If the directory doesn't exist then the preprocessing will throw an error.

To Reproduce Any call to tools/preprocessing.py will hit this issue.

Expected behavior The configuration files should be output to the proper directory

Environment Affects all environments