pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.08k stars 3.63k forks source link

Many tests failed in test_graphmask_explainer.py #9675

Open beew opened 1 week ago

beew commented 1 week ago

🐛 Describe the bug

After installing pyg (with pip) I ran the tests and got a lot of errors, all from the module

test/explain/algorithmtest_graphic_explainer.py

running pytest

============================================================================================= short test summary info =============================================================================================
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-model-MaskType.object-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-model-MaskType.object-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-model-MaskType.common_attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-model-MaskType.common_attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-model-MaskType.attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-model-MaskType.attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-phenomenon-MaskType.object-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-phenomenon-MaskType.object-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-phenomenon-MaskType.common_attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-phenomenon-MaskType.common_attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-phenomenon-MaskType.attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-node-phenomenon-MaskType.attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-model-MaskType.object-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-model-MaskType.object-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-model-MaskType.common_attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-model-MaskType.common_attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-model-MaskType.attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-model-MaskType.attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-phenomenon-MaskType.object-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-phenomenon-MaskType.object-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-phenomenon-MaskType.common_attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-phenomenon-MaskType.common_attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-phenomenon-MaskType.attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-edge-phenomenon-MaskType.attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-model-MaskType.object-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-model-MaskType.object-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-model-MaskType.common_attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-model-MaskType.common_attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-model-MaskType.attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-model-MaskType.attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-phenomenon-MaskType.object-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-phenomenon-MaskType.object-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-phenomenon-MaskType.common_attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-phenomenon-MaskType.common_attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-phenomenon-MaskType.attributes-MaskType.object] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
FAILED test/explain/algorithm/test_graphmask_explainer.py::test_graph_mask_explainer_binary_classification[None-probs-graph-phenomenon-MaskType.attributes-None] - IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
....

FAILED test/nn/test_model_hub.py::test_save_pretrained_with_push_to_hub - AssertionError: expected call not found.

A more detailed log for some of the tests are attached

fail.log

Versions

.
PyTorch version: 2.4.1+cpu
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A

OS: Ubuntu 22.04.5 LTS (x86_64)
GCC version: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Clang version: 14.0.0-1ubuntu1.1
CMake version: version 3.26.0
Libc version: glibc-2.35

Python version: 3.10.9 (main, Mar 31 2023, 07:34:00) [GCC 11.3.0] (64-bit runtime)
Python platform: Linux-6.8.0-45-generic-x86_64-with-glibc2.35
Is CUDA available: False
CUDA runtime version: No CUDA
CUDA_MODULE_LOADING set to: N/A
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: True

CPU:
Architecture:                         x86_64
CPU op-mode(s):                       32-bit, 64-bit
Address sizes:                        39 bits physical, 48 bits virtual
Byte Order:                           Little Endian
CPU(s):                               8
On-line CPU(s) list:                  0-7
Vendor ID:                            GenuineIntel
Model name:                           Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
CPU family:                           6
Model:                                142
Thread(s) per core:                   2
Core(s) per socket:                   4
Socket(s):                            1
Stepping:                             12
CPU max MHz:                          4200.0000
CPU min MHz:                          400.0000
BogoMIPS:                             4199.88
Flags:                                fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp vnmi md_clear flush_l1d arch_capabilities
Virtualization:                       VT-x
L1d cache:                            128 KiB (4 instances)
L1i cache:                            128 KiB (4 instances)
L2 cache:                             1 MiB (4 instances)
L3 cache:                             6 MiB (1 instance)
NUMA node(s):                         1
NUMA node0 CPU(s):                    0-7
Vulnerability Gather data sampling:   Mitigation; Microcode
Vulnerability Itlb multihit:          KVM: Mitigation: VMX disabled
Vulnerability L1tf:                   Not affected
Vulnerability Mds:                    Not affected
Vulnerability Meltdown:               Not affected
Vulnerability Mmio stale data:        Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed:               Mitigation; Enhanced IBRS
Vulnerability Spec rstack overflow:   Not affected
Vulnerability Spec store bypass:      Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:             Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:             Mitigation; Enhanced / Automatic IBRS; IBPB conditional; RSB filling; PBRSB-eIBRS SW sequence; BHI SW loop, KVM SW loop
Vulnerability Srbds:                  Mitigation; Microcode
Vulnerability Tsx async abort:        Not affected

Versions of relevant libraries:
[pip3] clip-anytorch==2.6.0
[pip3] denoising-diffusion-pytorch==2.0.17
[pip3] ema-pytorch==0.6.2
[pip3] flake8==7.1.1
[pip3] flake8-docstrings==1.7.0
[pip3] gpytorch==1.10
[pip3] intel_extension_for_pytorch==2.4.0
[pip3] mypy==1.2.0
[pip3] mypy-extensions==1.0.0
[pip3] numpy==1.23.5
[pip3] numpydoc==1.5.0
[pip3] numpyro==0.12.1
[pip3] paramfittorchdemo==0.0.1
[pip3] pytorch-fid==0.3.0
[pip3] pytorch-lightning==2.4.0
[pip3] torch==2.4.1+cpu
[pip3] torch_cluster==1.6.3+pt24cpu
[pip3] torch-geometric==2.6.0
[pip3] torch_scatter==2.1.2+pt24cpu
[pip3] torch_sparse==0.6.18+pt24cpu
[pip3] torch_spline_conv==1.2.2+pt24cpu
[pip3] torch-tb-profiler==0.4.3
[pip3] torch-tda==0.0.1
[pip3] torch-topological==0.1.7
[pip3] torchaudio==2.4.1+cpu
[pip3] torchdata==0.8.0
[pip3] torchdiffeq==0.2.4
[pip3] torchensemble==0.2.0
[pip3] torchmetrics==1.4.2
[pip3] torchsde==0.2.6
[pip3] torchtext==0.18.0
[pip3] torchvision==0.19.1+cpu
[pip3] triton==2.0.0
[conda] Could not collect

In addition, I have

pyg-lib  0.4.0+pt24cpu
akihironitta commented 7 hours ago

Would you mind sharing the output of pip list as well?

All test cases succeed in my env:

$ pip list
Package                  Version     Editable project location
------------------------ ----------- ----------------------------------------------------
aiohappyeyeballs         2.4.0
aiohttp                  3.10.5
aiosignal                1.3.1
async-timeout            4.0.3
attrs                    24.2.0
autoflake                2.3.1
certifi                  2024.7.4
charset-normalizer       3.3.2
exceptiongroup           1.2.2
filelock                 3.13.1
flake8                   7.1.1
frozenlist               1.4.1
fsspec                   2024.2.0
idna                     3.7
iniconfig                2.0.0
Jinja2                   3.1.3
joblib                   1.4.2
littleutils              0.2.4
MarkupSafe               2.1.5
mccabe                   0.7.0
mpmath                   1.3.0
multidict                6.0.5
networkx                 3.2.1
numpy                    2.1.0
nvidia-cublas-cu12       12.1.3.1
nvidia-cuda-cupti-cu12   12.1.105
nvidia-cuda-nvrtc-cu12   12.1.105
nvidia-cuda-runtime-cu12 12.1.105
nvidia-cudnn-cu12        9.1.0.70
nvidia-cufft-cu12        11.0.2.54
nvidia-curand-cu12       10.3.2.106
nvidia-cusolver-cu12     11.4.5.107
nvidia-cusparse-cu12     12.1.0.106
nvidia-nccl-cu12         2.20.5
nvidia-nvjitlink-cu12    12.1.105
nvidia-nvtx-cu12         12.1.105
ogb                      1.3.6
outdated                 0.2.2
packaging                24.1
pandas                   2.2.3
pip                      24.0
pluggy                   1.5.0
psutil                   6.0.0
pycodestyle              2.12.1
pyflakes                 3.2.0
pyparsing                3.1.2
pytest                   8.3.3
python-dateutil          2.9.0.post0
pytz                     2024.2
requests                 2.32.3
scikit-learn             1.5.2
scipy                    1.14.1
setuptools               69.5.1
six                      1.16.0
sympy                    1.12
threadpoolctl            3.5.0
tomli                    2.0.2
torch                    2.4.0+cu121
torch-geometric          2.6.0       /home/aki/work/github.com/pyg-team/pytorch_geometric
tqdm                     4.66.5
triton                   3.0.0
typing_extensions        4.9.0
tzdata                   2024.2
urllib3                  2.2.2
wheel                    0.43.0
yarl                     1.9.4
beew commented 7 hours ago

@akihironitta

Here it is

--------------------------------- ----------------- --------------------------------------------------
2to3                              1.0
absl-py                           1.4.0
accelerate                        0.19.0
accessible-pygments               0.0.4
aesara                            2.8.12
aiofiles                          22.1.0
aiohappyeyeballs                  2.4.0
aiohttp                           3.10.5
aiolimiter                        1.0.0
aiosignal                         1.3.1
aiosqlite                         0.18.0
alabaster                         0.7.13
alembic                           1.10.4
aniso8601                         9.0.1
annoy                             1.17.1
ansi2html                         1.8.0
anyascii                          0.3.1
anyio                             3.6.2
appdirs                           1.4.4
apptools                          5.2.0
APScheduler                       3.10.0
argon2-cffi                       21.3.0
argon2-cffi-bindings              21.2.0
array-record                      0.2.0
arrow                             1.2.3
arviz                             0.19.0
astor                             0.8.1
astroid                           3.1.0
asttokens                         2.2.1
astunparse                        1.6.3
async-timeout                     4.0.2
asyncssh                          2.17.0
atomicwrites                      1.4.1
attrdict                          2.0.1
attrs                             22.2.0
audioread                         3.0.0
autobahn                          23.1.2
autoflake                         2.1.1
autograd                          1.5
autograd-gamma                    0.5.0
autopep8                          2.0.4
Babel                             2.11.0
backcall                          0.2.0
backends                          1.5.3
backoff                           2.2.1
bambi                             0.10.0
bangla                            0.0.2
bats-tda                          0.2.0
bctpy                             0.6.0
beartype                          0.13.1
beautifulsoup4                    4.11.2
beniget                           0.3.0
betterproto                       2.0.0b5
binaryornot                       0.4.4
black                             24.1.1
blackjax                          0.9.6
bleach                            6.0.0
blis                              0.7.9
blockdiag                         3.0.0
bnnumerizer                       0.0.2
bnunicodenormalizer               0.1.1
bokeh                             2.4.3
boltons                           23.0.0
breathe                           4.35.0
cachetools                        5.3.0
captum                            0.6.0
catalogue                         2.0.8
catboost                          1.1.1
category-encoders                 2.6.0
cattrs                            22.2.0
celluloid                         0.2.0
certifi                           2022.12.7
cffi                              1.15.1
cfgv                              3.3.1
cgen                              2020.1
chardet                           5.1.0
charset-normalizer                3.0.1
chex                              0.1.6
citeproc-py                       0.6.0
clean-fid                         0.1.35
click                             8.1.3
clikit                            0.6.2
clip-anytorch                     2.6.0
cloudpickle                       2.2.1
clr                               1.0.3
cmaes                             0.9.1
cmake                             3.26.0
cmdstanpy                         1.2.0
cmocean                           3.0.3
codecov                           2.1.12
colorama                          0.4.6
colorcet                          3.0.1
coloredlogs                       15.0.1
colorlog                          6.7.0
comm                              0.2.0
commonmark                        0.9.1
confection                        0.0.4
configobj                         5.0.8
cons                              0.4.5
contourpy                         1.0.7
convertdate                       2.4.0
cookiecutter                      2.1.1
coqpit                            0.0.17
corner                            2.2.2
coverage                          7.1.0
crashtest                         0.3.1
cryptography                      39.0.1
cycler                            0.11.0
cymem                             2.0.7
Cython                            0.29.28
daal                              2024.7.0
daal4py                           2024.7.0
daft                              0.1.2
dash                              2.8.1
dash-core-components              2.0.0
dash-html-components              2.0.0
dash-table                        5.0.0
dask                              2023.3.1
dask-glm                          0.2.0
dask-ml                           2023.3.24
datasets                          2.12.0
dateparser                        1.1.7
dateutils                         0.6.12
de-core-news-sm                   3.5.0
debugpy                           1.6.6
decorator                         5.1.1
defusedxml                        0.7.1
denoising-diffusion-pytorch       2.0.17
Deprecated                        1.2.13
dgl                               1.1
dglgo                             0.0.2
diff-match-patch                  20200713
diffrax                           0.4.1
dill                              0.3.6
dionysus                          2.0.9
distlib                           0.3.6
distributed                       2023.3.1
distro                            1.9.0
dm-tree                           0.1.8
dnspython                         2.3.0
docker-pycreds                    0.4.0
docopt                            0.6.2
docplex                           2.28.240
docstring_parser                  0.16
docstring-to-markdown             0.11
docutils                          0.18.1
dotmap                            1.3.30
duckdb                            1.0.0
duecredit                         0.9.2
eagerpy                           0.30.0
einops                            0.6.1
ema-pytorch                       0.6.2
email-validator                   2.0.0.post1
emcee                             3.1.4
engineering-notation              0.8.0
entrypoints                       0.4
envisage                          6.1.1
ephem                             4.1.4
equinox                           0.10.11
etils                             1.2.0
etuples                           0.3.8
exceptiongroup                    1.1.0
execnb                            0.1.6
execnet                           1.9.0
executing                         1.2.0
ExifRead                          3.0.0
expecttest                        0.2.1
fastcore                          1.7.9
fastdtw                           0.3.4
fastjsonschema                    2.16.2
fastprogress                      1.0.3
fastrlock                         0.8.1
fbpca                             1.0
fdm                               0.4.1
ffmpeg-python                     0.2.0
filelock                          3.16.1
flake8                            7.1.1
flake8-docstrings                 1.7.0
Flake8-pyproject                  1.2.3
flaky                             3.7.0
Flask                             2.2.3
Flask-Cors                        3.0.10
flask-restx                       1.1.0
Flask-WTF                         1.1.1
flatbuffers                       23.1.21
fonttools                         4.38.0
formulae                          0.3.4
formulaic                         0.5.2
fpdf2                             2.7.4
fqdn                              1.5.1
frozenlist                        1.3.3
fsspec                            2024.9.0
ftfy                              6.1.1
funcparserlib                     1.0.1
furo                              2022.12.7
furo-sphinx-search                0.2.0
future                            0.18.3
g2pkk                             0.1.2
gast                              0.4.0
gdown                             5.2.0
gensim                            4.3.1
geomstats                         2.5.0
gevent                            22.10.2
ghapi                             1.0.6
giotto-deep                       0.0.4
giotto-ph                         0.2.4
giotto-tda                        0.6.2
gitdb                             4.0.10
GitPython                         3.1.31
gmsh                              4.11.1
google-api-core                   2.11.0
google-auth                       2.16.0
google-auth-oauthlib              0.4.6
google-cloud-core                 2.3.2
google-cloud-storage              2.8.0
google-crc32c                     1.5.0
google-pasta                      0.2.0
google-resumable-media            2.5.0
googleapis-common-protos          1.59.0
gpytorch                          1.10
graphviz                          0.20.1
GraviPy                           0.2.0
greenlet                          2.0.2
grpcio                            1.51.1
grpclib                           0.4.3
gruut                             2.2.3
gruut-ipa                         0.13.0
gruut-lang-de                     2.0.0
gruut-lang-en                     2.0.0
gruut-lang-es                     2.0.0
gruut-lang-fr                     2.0.2
gTTS                              2.5.3
gudhi                             3.10.1
gw_dsl_parser                     0.1.49
h11                               0.14.0
h2                                4.1.0
h5netcdf                          1.1.0
h5py                              3.8.0
hagelkorn                         1.2.3
HeapDict                          1.0.1
Hexy                              1.4.4
hijri-converter                   2.2.4
hmmlearn                          0.3.2
holidays                          0.37
hopcroftkarp                      1.2.5
hpack                             4.0.0
html2image                        2.0.3
httpcore                          1.0.2
httpstan                          4.10.0
httpx                             0.25.2
huggingface-hub                   0.25.0
humanfriendly                     10.0
hyperframe                        6.0.1
hyperlink                         21.0.0
hypernetx                         1.2.5
HyperPyYAML                       1.2.0
hypothesis                        6.67.1
identify                          2.5.18
idna                              3.4
igraph                            0.10.4
imageio                           2.35.1
imageio-ffmpeg                    0.4.8
imagesize                         1.4.1
importlib-metadata                6.8.0
importlib-resources               5.12.0
inflect                           5.6.0
inflection                        0.5.1
iniconfig                         2.0.0
install                           1.3.5
intel-extension-for-pytorch       2.2.0
interface-meta                    1.3.0
intervaltree                      3.1.0
ipycanvas                         0.13.1
ipydatawidgets                    4.3.2
ipyevents                         2.0.1
ipykernel                         6.29.3
ipylab                            1.0.0
ipympl                            0.9.3
ipython                           8.13.1
ipython-genutils                  0.2.0
ipywidgets                        7.7.2
isodate                           0.6.1
isoduration                       20.11.0
isort                             5.12.0
itk                               5.3.0
itk-core                          5.3.0
itk-filtering                     5.3.0
itk-io                            5.3.0
itk-meshtopolydata                0.10.0
itk-numerics                      5.3.0
itk-registration                  5.3.0
itk-segmentation                  5.3.0
itkwidgets                        0.32.6
itsdangerous                      2.1.2
jamo                              0.4.1
jaraco.classes                    3.2.3
jax                               0.4.14
jaxlib                            0.4.14
jaxopt                            0.6
jaxtyping                         0.2.21
jedi                              0.18.2
jeepney                           0.8.0
jellyfish                         0.9.0
jgraph                            0.2.1
jieba                             0.42.1
Jinja2                            3.1.2
jinja2-time                       0.2.0
joblib                            1.2.0
json5                             0.9.11
jsonargparse                      4.32.1
jsonlines                         1.2.0
jsonmerge                         1.9.0
jsonpatch                         1.32
jsonpickle                        3.0.1
jsonpointer                       2.3
jsonschema                        4.17.3
jupyter                           1.0.0
jupyter_client                    7.4.9
jupyter-console                   6.6.3
jupyter-contrib-core              0.4.2
jupyter-contrib-nbextensions      0.7.0
jupyter_core                      5.2.0
jupyter-dash                      0.4.2
jupyter-events                    0.6.3
jupyter-highlight-selected-word   0.2.0
jupyter-nbextensions-configurator 0.6.1
jupyter-server                    1.23.6
jupyter_server_fileid             0.8.0
jupyter-server-proxy              3.2.2
jupyter_server_terminals          0.4.4
jupyter_server_ydoc               0.6.1
jupyter-ydoc                      0.2.3
jupyterlab                        3.6.1
jupyterlab-dash                   0.1.0a3
jupyterlab-pygments               0.2.2
jupyterlab_server                 2.20.0
jupyterlab-widgets                1.1.1
k-diffusion                       0.0.15
kaleido                           0.2.1
kanaries_track                    0.0.5
keras                             2.11.0
keyring                           23.13.1
kiwisolver                        1.4.4
kmapper                           2.0.1
korean-lunar-calendar             0.3.1
kornia                            0.6.12
langcodes                         3.3.0
lapjv                             1.3.24
latexcodec                        2.0.1
lazy_loader                       0.4
lazy-object-proxy                 1.9.0
liac-arff                         2.5.0
libclang                          15.0.6.1
librosa                           0.8.1
lie-stationary-kernels            0.1               /home/bernard/opt/python310/LieStationaryKernels
lifelines                         0.27.4
lightning                         2.4.0
lightning-utilities               0.11.7
linear-operator                   0.4.0
lit                               16.0.2
littleutils                       0.2.2
llvmlite                          0.43.0
locket                            1.0.0
logical-unification               0.4.5
LunarCalendar                     0.0.9
lxml                              4.9.2
Mako                              1.2.4
Markdown                          3.4.1
markdown-it-py                    2.2.0
MarkupSafe                        2.1.2
marshmallow                       3.19.0
matplotlib                        3.7.1
matplotlib-inline                 0.1.6
matplotlib-venn                   0.11.9
mayavi                            4.8.2
maybrain                          0.7.7
mcbackend                         0.4.0
mccabe                            0.7.0
mdurl                             0.1.2
mecab-python3                     1.0.5
meshio                            5.3.4
meshzoo                           0.11.1
metakernel                        0.29.4
miniKanren                        1.0.3
minio                             7.1.13
mistune                           2.0.5
ml-dtypes                         0.2.0
mock                              5.0.1
monotonic                         1.6
more-itertools                    9.0.0
mpi4py                            3.1.4
mpmath                            1.2.1
msgpack                           1.0.5
multidict                         6.0.4
multipledispatch                  0.6.0
multiprocess                      0.70.14
murmurhash                        1.0.9
mypy                              1.2.0
mypy-extensions                   1.0.0
mysql-connector-python            8.0.33
nbclassic                         0.5.2
nbclient                          0.7.2
nbconvert                         7.2.9
nbdev                             2.3.31
nbformat                          5.7.3
nbsphinx                          0.8.12
nbsphinx-link                     1.3.0
neat-python                       0.93
nest-asyncio                      1.5.6
networkx                          2.8.8
neuralfit                         0.2.2
nibabel                           5.0.1
nilearn                           0.10.0
nltk                              3.8.1
nnetsauce                         0.15.0
nodeenv                           1.7.0
nose-py3                          1.6.2
nose2                             0.12.0
notebook                          6.4.13
notebook_shim                     0.2.2
ntlm-auth                         1.5.0
ntplib                            0.4.0
num2words                         0.5.12
numba                             0.60.0
numdifftools                      0.9.41
numexpr                           2.8.8
numpy                             1.23.5
numpydoc                          1.5.0
numpyro                           0.12.1
oauthlib                          3.2.2
oct2py                            5.7.2
octave_kernel                     0.35.1
odetoolbox                        2.5.post0.dev0
ogb                               1.3.6
onnxruntime                       1.19.2
openai                            1.9.0
openai-whisper                    20230314
openmesh                          1.2.1
openml                            0.13.0
opensfm                           0.5.2
opt-einsum                        3.3.0
optax                             0.1.5
optuna                            3.1.1
osqp                              0.6.2.post9
outdated                          0.2.2
packaging                         23.0
pandas                            2.1.3
pandocfilters                     1.5.0
panel                             0.14.4
param                             1.13.0
paramfittorchdemo                 0.0.1
parso                             0.8.3
partd                             1.3.0
pastel                            0.2.1
pathspec                          0.11.0
pathtools                         0.1.2
pathy                             0.10.1
patsy                             0.5.6
pbr                               5.11.1
pep8                              1.7.1
persim                            0.3.1
pexpect                           4.8.0
pgmpy                             0.1.24
phantomjs                         1.4.1
pickleshare                       0.7.5
Pillow                            9.4.0
pip                               24.2
pkginfo                           1.9.6
platformdirs                      3.10.0
plotly                            5.13.1
pluggy                            1.0.0
plum-dispatch                     2.0.1
ply                               3.11
Pmw                               2.1.1
pocketsphinx                      5.0.0
pocl-binary-distribution          3.0
pooch                             1.6.0
portalocker                       2.7.0
POT                               0.8.2
pp                                1.6.4.4
pre-commit                        3.1.1
preliz                            0.9.1
preshed                           3.0.8
prettytable                       3.6.0
prometheus-client                 0.16.0
promise                           2.3
prompt-toolkit                    3.0.36
prophet                           1.1.5
protobuf                          3.19.6
psutil                            5.9.4
ptyprocess                        0.7.0
pure-eval                         0.2.2
py-cpuinfo                        9.0.0
py-machineid                      0.3.0
pyarrow                           11.0.0
pyasn1                            0.4.8
pyasn1-modules                    0.2.8
PyAudio                           0.2.13
pybbn                             3.2.3
pybind11                          2.10.3
pybnn                             0.0.5
pybpl                             0.1
pybtex                            0.24.0
pybtex-docutils                   1.0.2
pycantonese                       3.4.0
pycocotools                       2.0.8
pycodeexport                      0.1.3
pycodestyle                       2.12.1
pycompilation                     0.4.12
pycparser                         2.21
pyct                              0.5.0
pycvodes                          0.14.2
pydantic                          1.10.7
pydata-sphinx-theme               0.14.4
pydocstyle                        6.3.0
pydot                             1.4.2
pydy                              0.7.1
pyface                            7.4.4
pyflagser                         0.4.5
pyflakes                          3.2.0
pyg-lib                           0.4.0+pt24cpu
pyg-nightly                       2.7.0.dev20240921
pygalmesh                         0.10.7
pygame                            2.6.0
PyGithub                          2.4.0
Pygments                          2.14.0
pygraphviz                        1.10
pygsl                             2.3.3
pygslodeiv2                       0.9.4
pygwalker                         0.4.9.3
PyJWT                             2.9.0
pylangacq                         0.16.2
pylatexenc                        2.10
pylev                             1.4.0
pylint                            3.1.0
pylint-venv                       3.0.2
pyls-spyder                       0.4.0
pymc                              5.16.2
pymc_bart                         0.7.0
pymc-experimental                 0.1.2
PyMeeus                           0.5.12
PyNaCl                            1.5.0
pynndescent                       0.5.8
pyodeint                          0.10.4
pyodesys                          0.14.2
pyopencl                          2024.2.7
PyOpenGL                          3.1.6
pyparsing                         3.0.9
pyping                            0.0.6
pypinyin                          0.48.0
pyproj                            3.5.0
pyproject_api                     1.5.1
PyQt5                             5.15.9
PyQt5-Qt5                         5.15.2
PyQt5-sip                         12.11.1
PyQtWebEngine                     5.15.6
PyQtWebEngine-Qt5                 5.15.2
pyrsistent                        0.19.3
pysbd                             0.3.4
pysimdjson                        5.0.2
PySimpleGUI                       4.60.4
PySocks                           1.7.1
pystan                            3.7.0
pytensor                          2.25.4
pytest                            7.2.1
pytest-asyncio                    0.20.3
pytest-azurepipelines             1.0.4
pytest-benchmark                  4.0.0
pytest-cov                        4.0.0
pytest-nunit                      1.0.3
pytest_pyvista                    0.1.8
pytest-split                      0.8.1
pytest-xdist                      3.2.0
python-crfsuite                   0.9.9
python-dateutil                   2.8.2
python-igraph                     0.10.4
python-json-logger                2.0.7
python-license-manager            0.2.5
python-lsp-black                  2.0.0
python-lsp-jsonrpc                1.1.2
python-lsp-server                 1.12.0
python-mecab-ko                   1.3.3
python-mecab-ko-dic               2.1.1.post2
python-slugify                    8.0.0
python-telegram-bot               20.7
pythran                           0.9.9
pythreejs                         2.3.0
pytoolconfig                      1.2.5
pytools                           2024.1.14
pytorch-fid                       0.3.0
pytorch-lightning                 2.4.0
pyttsx3                           2.91
pytz                              2022.7.1
pytz-deprecation-shim             0.1.0.post0
pyuca                             1.2
pyvista                           0.44.1
pyviz-comms                       2.2.1
PyWavelets                        1.4.1
pyxdg                             0.28
PyYAML                            6.0
pyzmq                             24.0.1
QDarkStyle                        3.2
qdldl                             0.1.7
qiskit                            1.2.2
qiskit-aer                        0.15.1
qiskit-algorithms                 0.3.0
qiskit-machine-learning           0.7.2
qiskit-nature                     0.7.2
qiskit-optimization               0.6.1
qstylizer                         0.2.2
QtAwesome                         1.3.1
qtconsole                         5.6.0
QtPy                              2.4.1
quickjs                           1.19.4
rdflib                            6.3.1
rdkit-pypi                        2022.9.5
readme-renderer                   37.3
recommonmark                      0.7.1
redis                             4.5.4
regex                             2022.10.31
requests                          2.32.3
requests-cache                    1.0.1
requests-ntlm                     1.1.0
requests-oauthlib                 1.3.1
requests-toolbelt                 0.10.1
resampy                           0.4.2
resize-right                      0.0.2
responses                         0.18.0
retrying                          1.3.4
rfc3339-validator                 0.1.4
rfc3986                           1.5.0
rfc3986-validator                 0.1.1
rich                              13.8.1
rich_argparse                     1.1.0
ripser                            0.6.4
rope                              1.12.0
rpy2                              3.5.10
rq                                1.13.0
rq-dashboard                      0.6.1
rsa                               4.9
Rtree                             1.0.1
ruamel.yaml                       0.17.21
ruamel.yaml.clib                  0.2.7
ruff                              0.6.7
rustworkx                         0.15.1
safetensors                       0.4.5
scikit-image                      0.24.0
scikit-learn                      1.5.2
scikit-learn-intelex              2024.7.0
scikit-tda                        1.1.1
SciPy                             1.10.1
scooby                            0.7.1
seaborn                           0.12.2
SecretStorage                     3.3.3
segment-analytics-python          2.2.3
Send2Trash                        1.8.0
sentencepiece                     0.1.99
sentry-sdk                        1.25.0
setproctitle                      1.3.2
setuptools                        65.5.0
sh                                2.0.3
shellingham                       1.5.0.post1
SIMLR                             0.1.3
simpervisor                       0.4
siphash24                         1.6
six                               1.16.0
sktda-docs-config                 0.0.8
smart-open                        6.3.0
smmap                             5.0.0
sniffio                           1.3.0
snowballstemmer                   2.2.0
socksio                           1.0.0
sortedcontainers                  2.4.0
sounddevice                       0.4.5
soundfile                         0.12.1
soupsieve                         2.3.2.post1
soxr                              0.3.5
spacy                             3.5.2
spacy-legacy                      3.0.12
spacy-loggers                     1.0.4
speechbrain                       0.5.14
SpeechRecognition                 3.10.0
SpharaPy                          1.1.2
Spherical-Harmonics               0.0.1             /home/bernard/opt/python310/SphericalHarmonics/src
Sphinx                            6.1.3
sphinx-basic-ng                   1.0.0b1
sphinx-click                      4.4.0
sphinx-copybutton                 0.5.1
sphinx_design                     0.5.0
sphinx-gallery                    0.12.2
sphinx-issues                     3.0.1
sphinx_mdinclude                  0.5.3
sphinx-paramlinks                 0.5.4
Sphinx-PyPI-upload                0.2.1
sphinx-rtd-theme                  1.2.0
sphinx-sitemap                    2.5.0
sphinxcontrib-applehelp           1.0.4
sphinxcontrib-bibtex              2.5.0
sphinxcontrib-blockdiag           3.0.0
sphinxcontrib-devhelp             1.0.2
sphinxcontrib-fulltoc             1.2.0
sphinxcontrib-htmlhelp            2.0.1
sphinxcontrib-jquery              2.0.0
sphinxcontrib-jsmath              1.0.1
sphinxcontrib-mermaid             0.8
sphinxcontrib-qthelp              1.0.3
sphinxcontrib-serializinghtml     1.1.5
spyder                            6.0.1
spyder-kernels                    3.0.0
SQLAlchemy                        2.0.11
sqlglot                           25.7.1
srsly                             2.4.6
srt                               3.5.3
stack-data                        0.6.2
stanio                            0.3.0
statsmodels                       0.14.2
stevedore                         5.0.0
superqt                           0.6.7
sym                               0.3.5
symengine                         0.11.0
sympy                             1.13.3
sympy2c                           2.2.4
tabula-py                         2.9.0
tabulate                          0.9.0
tadasets                          0.0.4
tbb                               2021.8.0
tblib                             1.7.0
tenacity                          8.2.1
tensorboard                       2.11.2
tensorboard-data-server           0.6.1
tensorboard-plugin-wit            1.8.1
tensorboardX                      2.6
tensorflow-addons                 0.20.0
tensorflow-cpu                    2.11.1
tensorflow-datasets               4.8.3
tensorflow-estimator              2.11.0
tensorflow-io-gcs-filesystem      0.30.0
tensorflow-metadata               1.12.0
tensorflow-probability            0.19.0
termcolor                         2.2.0
terminado                         0.17.1
testfixtures                      7.1.0
text-unidecode                    1.3
textdistance                      4.5.0
texttable                         1.6.7
Theano                            1.0.5
thinc                             8.1.9
threadpoolctl                     3.1.0
three-merge                       0.1.1
tifffile                          2023.3.21
tiktoken                          0.3.1
timm                              1.0.9
tinycss2                          1.2.1
tokenize-rt                       5.2.0
tokenizers                        0.19.1
toml                              0.10.2
tomli                             2.0.1
tomli_w                           1.0.0
tomlkit                           0.11.6
toolz                             0.12.0
TopoModelX                        0.0.1             /home/bernard/opt/python310/TopoModelX
TopoNetX                          0.1.0
torch                             2.2.2+cpu
torch_cluster                     1.6.3+pt22cpu
torch-geometric                   2.6.0
torch_scatter                     2.1.2+pt22cpu
torch_sparse                      0.6.18+pt22cpu
torch_spline_conv                 1.2.2+pt22cpu
torch-tb-profiler                 0.4.3
torch-tda                         0.0.1
torch-topological                 0.1.7
torchaudio                        2.2.2+cpu
torchdata                         0.7.1
torchdiffeq                       0.2.4
torchensemble                     0.2.0
torchmetrics                      1.4.2
torchsde                          0.2.6
torchtext                         0.17.2
torchvision                       0.17.2+cpu
tornado                           6.2
tox                               4.4.7
tqdm                              4.64.1
trainer                           0.0.20
traitlets                         5.6.0
traits                            6.4.1
traitsui                          7.4.3
traittypes                        0.2.1
trame                             3.6.5
trame-client                      3.3.2
trame-components                  2.1.0
trame-deckgl                      2.0.1
trame-markdown                    2.0.2
trame-matplotlib                  2.0.1
trame-plotly                      2.1.0
trame-rca                         0.3.0
trame-router                      2.0.1
trame-server                      3.2.3
trame-simput                      2.3.1
trame-vega                        2.0.2
trame-vtk                         2.8.10
trame-vuetify                     2.7.1
trampoline                        0.1.2
transformers                      4.44.2
trimesh                           3.21.2
triton                            2.0.0
twine                             4.0.2
txaio                             23.1.1
typeguard                         2.13.3
typer                             0.7.0
types-docutils                    0.19.1.6
types-setuptools                  67.7.0.0
typeshed_client                   2.7.0
typing_extensions                 4.9.0
tzdata                            2022.7
tzlocal                           4.2
ujson                             5.7.0
umap-learn                        0.5.1
Unidecode                         1.3.6
unidic-lite                       1.0.8
uri-template                      1.2.0
url-normalize                     1.4.3
urllib3                           1.26.14
version-information               1.0.4
virtualenv                        20.20.0
visdom                            0.2.4
vosk                              0.3.45
vpython                           7.6.4
vtk                               9.3.1
wandb                             0.15.3
wasabi                            1.1.1
wasmtime                          23.0.0
watchdog                          2.2.1
watermark                         2.3.1
wcwidth                           0.2.6
webargs                           8.2.0
webbotparser                      0.1.1
webcolors                         1.12
webencodings                      0.5.1
webrtcvad                         2.0.10
webrtcvad-wheels                  2.0.11.post1
websocket-client                  1.5.1
websockets                        10.4
Werkzeug                          2.2.2
wget                              3.2
whatthepatch                      1.0.4
wheel                             0.44.0
widgetsnbextension                3.6.1
wikipedia                         1.4.0
winregistry                       1.1.1
wordseg                           0.0.2
wrapt                             1.14.1
wslink                            2.2.1
WTForms                           3.0.1
wurlitzer                         3.0.3
wxPython                          4.2.0
x21                               0.4.10
xarray                            2023.2.0
xarray-einstats                   0.5.1
xdoctest                          1.1.1
xgboost-cpu                       2.1.1
xhistogram                        0.3.2
xmltodict                         0.10.2
xxhash                            3.2.0
y-py                              0.5.9
yacs                              0.1.8
yapf                              0.40.1
yarl                              1.9.7
yellowbrick                       1.5
ypy-websocket                     0.8.2
zict                              2.2.0
zipp                              3.12.1
zope.event                        4.6
zope.interface                    6.0
zstandard                         0.23.0
akihironitta commented 7 hours ago

Had a quick look, but not sure which one is causing those test failures. Any chance you could investigate the cause, e.g., by removing irrelvant packages from the env? If you'd just like to contribute to PyG, I'd suggest creating a new env with only necessary packages.