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

Remove output directory #79

Closed AnzeXie closed 2 years ago

AnzeXie commented 3 years ago

Describe the pull request. This PR removes output_directory as a required argument for marius_preprocess.

How was this tested? test_missing_arg, test_output_directory_not_specified_build_in_dataset, test_output_directory_not_specified_build_in_dataset in test_preprocess_cmd_opt_parsing.py are added and updated to test this new feature.