You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes for various warnings appearing in examples (part 2) (pyg-team#10370)
Follow-up to
[PR#10357](pyg-team#10357) to
address and resolve the following remaining warning:
```
test/datasets/test_snap_dataset.py::test_ego_facebook_snap_dataset /usr/local/lib/python3.12/dist-packages/torch_geometric/data/in_memory_dataset.py:131:
UserWarning: Weights only load failed. Please file an issue to make torch.load(weights_only=True) compatible
in your case. Please use torch.serialization.add_safe_globals([torch_geometric.datasets.snap_dataset.EgoData])
to allowlist this global. out = fs.torch_load(path)
```
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rishi Puri <riship@nvidia.com>
0 commit comments