Ilya Senatorov

Results 1 comments of Ilya Senatorov

It seems that the issue stems from the way `multi_get` is handled in `SQLiteDatabase`, specifically [this part](https://github.com/pyg-team/pytorch_geometric/blob/d5ce98444f183aca85115266c46c6310ba83ef23/torch_geometric/data/database.py#L364): ```python # We create a temporary ID table to then perform an INNER...