Rishi Puri

Results 44 comments of Rishi Puri

``` test/distributed/test_dist_neighbor_sampler.py::test_dist_neighbor_sampler_temporal_hetero[uniform-seed_time1] Computing METIS partitioning... python: malloc.c:4302: _int_malloc: Assertion `(unsigned long) (size) >= (unsigned long) (nb)' failed. Session terminated, killing shell... ...killed. ******TIMEOUT EXPIRED****** ```

> Let me try to fix this. For now, we can just disable the tests in case METIS does not work properly. thanks, yep im skipping them on our end

for more info, to get passing CI i needed to add -k w/ : `not test_dist_neighbor_loader_hetero[True-0-2] and not test_dist_neighbor_sampler_hetero[True] and not test_dist_neighbor_sampler_temporal_hetero and not test_dist_neighbor_sampler_edge_level_temporal_hetero and not test_from_partition_hetero_data and not...

``` root@viking-prod-283:/opt/pyg/pytorch_geometric# python3 Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import torch >>> import pyg_lib >>>...

@akihironitta @rusty1s anything needed to get this merged?

@akihironitta lmk if theres anything else needed to merge this, we have been using this internally and in our containers for some time now, it would be great for all...

@akihironitta addressd, ur comments, lmk if you have any further review requests

okay, @akihironitta do you think you could review the OGB PR? its been tested already