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_address_strip_bug #71

Closed AnzeXie closed 3 years ago

AnzeXie commented 3 years ago

Describe the pull request This PR fixes the address stip bug originally on line 179 of csv_converter.py.

How was this tested? A test is added in test_csv_preprocessor.py.