FeatGraph icon indicating copy to clipboard operation
FeatGraph copied to clipboard

Benchmark data download failure

Open adhithadias opened this issue 3 years ago • 1 comments

I get an error when trying to run the download_reddit_dataset.py file

Traceback (most recent call last):
  File "download_reddit_dataset.py", line 12, in <module>
    assert adj_scipy_csr.has_canonical_format  # the matrix has sorted indices and no duplicates
AssertionError

Any help to solve this is appreciated.

adhithadias avatar Mar 30 '21 05:03 adhithadias

@adhithadias Thanks for reporting the issue. It should be fixed by #7

Huyuwei avatar Apr 06 '21 04:04 Huyuwei