Andrei Ivanov

Results 13 comments of Andrei Ivanov

@Rhett-Ying : Sorry, I'm not sure I understand what you're talking about. We already have similar captures of that warning [here](https://github.com/dmlc/dgl/blob/master/tests/python/pytorch/graphbolt/impl/test_ondisk_dataset.py#L2097-L2103) and [here](https://github.com/dmlc/dgl/blob/master/tests/python/pytorch/graphbolt/impl/test_ondisk_dataset.py#L2986C1-L2990C71). They are generated only for `include_original_edge_id=False`. I...

@Rhett-Ying : I have implemented the changes you suggested.

@Rhett-Ying: I tried to follow your direction and use `include_original_eids=True`. For most tests, it worked. Unfortunately, with these changes I - four tests started to fail: ``` test_OnDiskDataset_preprocess_homogeneous test_OnDiskDataset_preprocess_auto_force_preprocess test_OnDiskDataset_load_graph...