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

Structure of mapping files not up-to-date #53

Closed AnzeXie closed 3 years ago

AnzeXie commented 3 years ago

Describe the bug The content of the node_mapping.txt and rel_mapping.txt is not up-to-date. The mapping of original id and remapped id is still represented by *_mapping.txt and *.bin files. According to the documentation, only *_mapping.txt files are required. The mapping of original ids and remapped ids should be the first and second columns of *_mapping.txt files.

To Reproduce Run marius_preprocess. This issue can be found by checking files included in the output directory and contents of *_mapping.txt files.

Expected behavior According to the documentation, only *_mapping.txt files are required. The mapping of original ids and remapped ids should be the first and second columns of *_mapping.txt files.

Environment All versions would have this problem.

Additional context marius_preprocess and marius_postprocess should be updated according to the documentation.