Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diffxpy [Multiple tests for each gene]--de.test.versus_rest: ValueError: setting an array element with a sequence. #226

Open
winglet0996 opened this issue Aug 29, 2023 · 1 comment

Comments

@winglet0996
Copy link

When running:

test_fac = de.test.versus_rest(
    data=adata,
    grouping="peri_state",
    test="wald",
    noise_model="nb"
)

output:

/home/winglet/mambaforge/envs/diffxpy/lib/python3.9/site-packages/numba/core/dispatcher.py:289: UserWarning: Numba extension module 'sparse._numba_extension' failed to load due to 'ModuleNotFoundError(No module named 'numba.targets')'.
  entrypoints.init_all()
training location model: False
training scale model: True
iter   0: ll=1227857339.940779
iter   1: ll=1227857339.940779, converged: 0.00% (loc: 100.00%, scale update: False), in 0.00sec
iter   2: ll=9055764.057215, converged: 0.03% (loc: 0.03%, scale update: True), in 112.15sec
iter   3: ll=9055764.057215, converged: 0.03% (loc: 100.00%, scale update: False), in 0.00sec
iter   4: ll=7000994.629178, converged: 54.09% (loc: 54.09%, scale update: True), in 101.73sec
iter   5: ll=7000994.629178, converged: 54.09% (loc: 100.00%, scale update: False), in 0.00sec
iter   6: ll=6557810.944337, converged: 86.71% (loc: 86.71%, scale update: True), in 52.19sec
iter   7: ll=6557810.944337, converged: 86.71% (loc: 100.00%, scale update: False), in 0.00sec
iter   8: ll=6446595.094442, converged: 97.53% (loc: 97.53%, scale update: True), in 21.61sec
iter   9: ll=6446595.094442, converged: 97.53% (loc: 100.00%, scale update: False), in 0.00sec
iter  10: ll=6432146.995729, converged: 99.63% (loc: 99.63%, scale update: True), in 12.08sec
iter  11: ll=6432146.995729, converged: 99.63% (loc: 100.00%, scale update: False), in 0.00sec
iter  12: ll=6432109.198854, converged: 99.98% (loc: 99.98%, scale update: True), in 11.10sec
iter  13: ll=6432109.198854, converged: 99.98% (loc: 100.00%, scale update: False), in 0.00sec
iter  14: ll=6429280.381111, converged: 99.98% (loc: 99.98%, scale update: True), in 0.97sec
iter  15: ll=6429280.381111, converged: 99.98% (loc: 100.00%, scale update: False), in 0.00sec
iter  16: ll=6429280.381111, converged: 100.00% (loc: 100.00%, scale update: True), in 0.89sec
/home/winglet/mambaforge/envs/diffxpy/lib/python3.9/site-packages/dask/array/core.py:2912: RuntimeWarning: divide by zero encountered in divide
  size = (limit / dtype.itemsize / largest_block) ** (1 / len(autos))
training location model: False
training scale model: True
iter   0: ll=1227860339.808143
iter   1: ll=1227860339.808143, converged: 0.00% (loc: 100.00%, scale update: False), in 0.00sec
iter   2: ll=9000583.288855, converged: 0.05% (loc: 0.05%, scale update: True), in 109.65sec
iter   3: ll=9000583.288855, converged: 0.05% (loc: 100.00%, scale update: False), in 0.00sec
iter   4: ll=7016689.032998, converged: 53.33% (loc: 53.33%, scale update: True), in 100.49sec
iter   5: ll=7016689.032998, converged: 53.33% (loc: 100.00%, scale update: False), in 0.00sec
iter   6: ll=6544436.664088, converged: 87.09% (loc: 87.09%, scale update: True), in 53.29sec
iter   7: ll=6544436.664088, converged: 87.09% (loc: 100.00%, scale update: False), in 0.00sec
iter   8: ll=6420645.794305, converged: 97.37% (loc: 97.37%, scale update: True), in 20.90sec
iter   9: ll=6420645.794305, converged: 97.37% (loc: 100.00%, scale update: False), in 0.00sec
iter  10: ll=6391502.238352, converged: 99.47% (loc: 99.47%, scale update: True), in 11.37sec
iter  11: ll=6391502.238352, converged: 99.47% (loc: 100.00%, scale update: False), in 0.00sec
iter  12: ll=6389031.433432, converged: 99.93% (loc: 99.93%, scale update: True), in 9.90sec
iter  13: ll=6389031.433432, converged: 99.93% (loc: 100.00%, scale update: False), in 0.00sec
iter  14: ll=6389009.427554, converged: 99.99% (loc: 99.99%, scale update: True), in 8.26sec
iter  15: ll=6389009.427554, converged: 99.99% (loc: 100.00%, scale update: False), in 0.00sec
iter  16: ll=6389009.427554, converged: 100.00% (loc: 100.00%, scale update: True), in 0.62sec
/home/winglet/mambaforge/envs/diffxpy/lib/python3.9/site-packages/dask/array/core.py:2912: RuntimeWarning: divide by zero encountered in divide
  size = (limit / dtype.itemsize / largest_block) ** (1 / len(autos))
training location model: False
training scale model: True
iter   0: ll=1227909630.300988
iter   1: ll=1227909630.300988, converged: 0.00% (loc: 100.00%, scale update: False), in 0.00sec
iter   2: ll=9166533.750562, converged: 0.08% (loc: 0.08%, scale update: True), in 110.33sec
iter   3: ll=9166533.750562, converged: 0.08% (loc: 100.00%, scale update: False), in 0.00sec
iter   4: ll=7107714.147657, converged: 54.23% (loc: 54.23%, scale update: True), in 104.80sec
iter   5: ll=7107714.147657, converged: 54.23% (loc: 100.00%, scale update: False), in 0.00sec
iter   6: ll=6651136.907688, converged: 87.15% (loc: 87.15%, scale update: True), in 52.64sec
iter   7: ll=6651136.907688, converged: 87.15% (loc: 100.00%, scale update: False), in 0.00sec
iter   8: ll=6559446.893402, converged: 97.39% (loc: 97.39%, scale update: True), in 20.32sec
iter   9: ll=6559446.893402, converged: 97.39% (loc: 100.00%, scale update: False), in 0.00sec
iter  10: ll=6544054.628406, converged: 99.59% (loc: 99.59%, scale update: True), in 11.39sec
iter  11: ll=6544054.628406, converged: 99.59% (loc: 100.00%, scale update: False), in 0.00sec
iter  12: ll=6537830.581586, converged: 99.91% (loc: 99.91%, scale update: True), in 9.80sec
iter  13: ll=6537830.581586, converged: 99.91% (loc: 100.00%, scale update: False), in 0.00sec
iter  14: ll=6537830.581586, converged: 100.00% (loc: 100.00%, scale update: True), in 9.25sec
---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
Cell In[7], line 1
----> 1 test_fac = de.test.versus_rest(
      2     data=adata,
      3     grouping="peri_state",
      4     test="wald",
      5     noise_model="nb"
      6 )

File ~/mambaforge/envs/diffxpy/lib/python3.9/site-packages/diffxpy/diffxpy/testing/tests.py:1500, in versus_rest(data, grouping, as_numeric, test, gene_names, sample_description, noise_model, size_factors, batch_size, backend, train_args, training_strategy, is_sig_zerovar, quick_scale, dtype, pval_correction, keep_full_test_objs, **kwargs)
   1493     if keep_full_test_objs:
   1494         tests[0, i] = de_test_temp
   1496 de_test = DifferentialExpressionTestVsRest(
   1497     gene_ids=gene_names,
   1498     pval=pvals,
   1499     logfc=logfc,
-> 1500     ave=np.mean(data, axis=0),
   1501     groups=groups,
   1502     tests=tests,
   1503     correction_type=pval_correction
   1504 )
   1506 return de_test

File <__array_function__ internals>:200, in mean(*args, **kwargs)

File ~/mambaforge/envs/diffxpy/lib/python3.9/site-packages/numpy/core/fromnumeric.py:3464, in mean(a, axis, dtype, out, keepdims, where)
   3461     else:
   3462         return mean(axis=axis, dtype=dtype, out=out, **kwargs)
-> 3464 return _methods._mean(a, axis=axis, dtype=dtype,
   3465                       out=out, **kwargs)

File ~/mambaforge/envs/diffxpy/lib/python3.9/site-packages/numpy/core/_methods.py:165, in _mean(a, axis, dtype, out, keepdims, where)
    164 def _mean(a, axis=None, dtype=None, out=None, keepdims=False, *, where=True):
--> 165     arr = asanyarray(a)
    167     is_float16_result = False
    169     rcount = _count_reduce_items(arr, axis, keepdims=keepdims, where=where)

ValueError: setting an array element with a sequence. The requested array would exceed the maximum number of dimension of 32.
packages in environment at /home/winglet/mambaforge/envs/diffxpy:

 Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       2_gnu    conda-forge
absl-py                   1.4.0                    pypi_0    pypi
alabaster                 0.7.13                   pypi_0    pypi
anndata                   0.7.8                    pypi_0    pypi
anyio                     3.7.1              pyhd8ed1ab_0    conda-forge
argon2-cffi               23.1.0             pyhd8ed1ab_0    conda-forge
argon2-cffi-bindings      21.2.0           py39hb9d737c_3    conda-forge
arrow                     1.2.3              pyhd8ed1ab_0    conda-forge
asttokens                 2.2.1              pyhd8ed1ab_0    conda-forge
astunparse                1.6.3                    pypi_0    pypi
async-lru                 2.0.4              pyhd8ed1ab_0    conda-forge
attrs                     23.1.0             pyh71513ae_1    conda-forge
babel                     2.12.1             pyhd8ed1ab_1    conda-forge
backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
backports                 1.0                pyhd8ed1ab_3    conda-forge
backports.functools_lru_cache 1.6.5              pyhd8ed1ab_0    conda-forge
bandit                    1.7.2                    pypi_0    pypi
batchglm                  0.7.4                    pypi_0    pypi
beautifulsoup4            4.12.2             pyha770c72_0    conda-forge
bleach                    6.0.0              pyhd8ed1ab_0    conda-forge
brotli                    1.0.9                h166bdaf_9    conda-forge
brotli-bin                1.0.9                h166bdaf_9    conda-forge
brotli-python             1.0.9            py39h5a03fae_9    conda-forge
bzip2                     1.0.8                h7f98852_4    conda-forge
c-ares                    1.19.1               hd590300_0    conda-forge
ca-certificates           2023.7.22            hbcca054_0    conda-forge
cached-property           1.5.2                hd8ed1ab_1    conda-forge
cached_property           1.5.2              pyha770c72_1    conda-forge
cachetools                5.3.1                    pypi_0    pypi
certifi                   2023.7.22                pypi_0    pypi
cffi                      1.15.1           py39he91dace_3    conda-forge
charset-normalizer        3.2.0              pyhd8ed1ab_0    conda-forge
click                     8.1.7                    pypi_0    pypi
cloudpickle               2.2.1                    pypi_0    pypi
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
comm                      0.1.4              pyhd8ed1ab_0    conda-forge
commonmark                0.9.1                    pypi_0    pypi
contourpy                 1.1.0            py39h7633fee_0    conda-forge
cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
dask                      2021.4.1                 pypi_0    pypi
debugpy                   1.6.8            py39h3d6467e_0    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
diffxpy                   0+unknown                 dev_0    <develop>
dm-tree                   0.1.8                    pypi_0    pypi
docutils                  0.20.1                   pypi_0    pypi
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
exceptiongroup            1.1.3              pyhd8ed1ab_0    conda-forge
executing                 1.2.0              pyhd8ed1ab_0    conda-forge
flatbuffers               23.5.26                  pypi_0    pypi
fonttools                 4.42.1           py39hd1e30aa_0    conda-forge
fqdn                      1.5.1              pyhd8ed1ab_0    conda-forge
freetype                  2.12.1               hca18f0e_1    conda-forge
fsspec                    2023.6.0                 pypi_0    pypi
gast                      0.4.0                    pypi_0    pypi
gitdb                     4.0.10                   pypi_0    pypi
gitpython                 3.1.32                   pypi_0    pypi
google-auth               2.22.0                   pypi_0    pypi
google-auth-oauthlib      1.0.0                    pypi_0    pypi
google-pasta              0.2.0                    pypi_0    pypi
grpcio                    1.57.0                   pypi_0    pypi
h5py                      3.9.0           nompi_py39h87cadad_102    conda-forge
hdf5                      1.14.2          nompi_h4f84152_100    conda-forge
icu                       72.1                 hcb278e6_0    conda-forge
idna                      3.4                pyhd8ed1ab_0    conda-forge
imagesize                 1.4.1                    pypi_0    pypi
importlib-metadata        6.8.0              pyha770c72_0    conda-forge
importlib-resources       6.0.1              pyhd8ed1ab_0    conda-forge
importlib_metadata        6.8.0                hd8ed1ab_0    conda-forge
importlib_resources       6.0.1              pyhd8ed1ab_0    conda-forge
iniconfig                 2.0.0                    pypi_0    pypi
ipykernel                 6.25.1             pyh71e2992_0    conda-forge
ipython                   8.14.0             pyh41d4057_0    conda-forge
isoduration               20.11.0            pyhd8ed1ab_0    conda-forge
jedi                      0.19.0             pyhd8ed1ab_0    conda-forge
jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
joblib                    1.3.2              pyhd8ed1ab_0    conda-forge
json5                     0.9.14             pyhd8ed1ab_0    conda-forge
jsonpointer               2.0                        py_0    conda-forge
jsonschema                4.19.0             pyhd8ed1ab_1    conda-forge
jsonschema-specifications 2023.7.1           pyhd8ed1ab_0    conda-forge
jsonschema-with-format-nongpl 4.19.0             pyhd8ed1ab_1    conda-forge
jupyter-lsp               2.2.0              pyhd8ed1ab_0    conda-forge
jupyter_client            8.3.0              pyhd8ed1ab_0    conda-forge
jupyter_core              5.3.1            py39hf3d152e_0    conda-forge
jupyter_events            0.7.0              pyhd8ed1ab_2    conda-forge
jupyter_server            2.7.1              pyhd8ed1ab_0    conda-forge
jupyter_server_terminals  0.4.4              pyhd8ed1ab_1    conda-forge
jupyterlab                4.0.5              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge
jupyterlab_server         2.24.0             pyhd8ed1ab_0    conda-forge
keras                     2.13.1                   pypi_0    pypi
keyutils                  1.6.1                h166bdaf_0    conda-forge
kiwisolver                1.4.5            py39h7633fee_0    conda-forge
krb5                      1.21.2               h659d440_0    conda-forge
lcms2                     2.15                 haa2dc70_1    conda-forge
ld_impl_linux-64          2.40                 h41732ed_0    conda-forge
lerc                      4.0.0                h27087fc_0    conda-forge
libaec                    1.0.6                hcb278e6_1    conda-forge
libblas                   3.9.0           17_linux64_openblas    conda-forge
libbrotlicommon           1.0.9                h166bdaf_9    conda-forge
libbrotlidec              1.0.9                h166bdaf_9    conda-forge
libbrotlienc              1.0.9                h166bdaf_9    conda-forge
libcblas                  3.9.0           17_linux64_openblas    conda-forge
libclang                  16.0.6                   pypi_0    pypi
libcurl                   8.2.1                hca28451_0    conda-forge
libdeflate                1.18                 h0b41bf4_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 h516909a_1    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-ng                 13.1.0               he5830b7_0    conda-forge
libgfortran-ng            13.1.0               h69a702a_0    conda-forge
libgfortran5              13.1.0               h15d22d2_0    conda-forge
libgomp                   13.1.0               he5830b7_0    conda-forge
libhwloc                  2.9.2           nocuda_h7313eea_1008    conda-forge
libiconv                  1.17                 h166bdaf_0    conda-forge
libjpeg-turbo             2.1.5.1              h0b41bf4_0    conda-forge
liblapack                 3.9.0           17_linux64_openblas    conda-forge
libllvm14                 14.0.6               hcd5def8_4    conda-forge
libnghttp2                1.52.0               h61bc06f_0    conda-forge
libnsl                    2.0.0                h7f98852_0    conda-forge
libopenblas               0.3.23          pthreads_h80387f5_0    conda-forge
libpng                    1.6.39               h753d276_0    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libsqlite                 3.42.0               h2797004_0    conda-forge
libssh2                   1.11.0               h0841786_0    conda-forge
libstdcxx-ng              13.1.0               hfd8a6a1_0    conda-forge
libtiff                   4.5.1                h8b53f26_1    conda-forge
libuuid                   2.38.1               h0b41bf4_0    conda-forge
libwebp-base              1.3.1                hd590300_0    conda-forge
libxcb                    1.15                 h0b41bf4_0    conda-forge
libxml2                   2.11.5               h0d562d8_0    conda-forge
libzlib                   1.2.13               hd590300_5    conda-forge
llvmlite                  0.40.1                   pypi_0    pypi
locket                    1.0.0                    pypi_0    pypi
markdown                  3.4.4                    pypi_0    pypi
markupsafe                2.1.3            py39hd1e30aa_0    conda-forge
matplotlib-base           3.7.2            py39h0126182_0    conda-forge
matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
mistune                   3.0.1              pyhd8ed1ab_0    conda-forge
munkres                   1.0.7                      py_1    bioconda
natsort                   8.4.0              pyhd8ed1ab_0    conda-forge
nbclient                  0.8.0              pyhd8ed1ab_0    conda-forge
nbconvert-core            7.7.4              pyhd8ed1ab_0    conda-forge
nbformat                  5.9.2              pyhd8ed1ab_0    conda-forge
ncurses                   6.4                  hcb278e6_0    conda-forge
nest-asyncio              1.5.6              pyhd8ed1ab_0    conda-forge
networkx                  3.1                pyhd8ed1ab_0    conda-forge
notebook-shim             0.2.3              pyhd8ed1ab_0    conda-forge
numba                     0.57.1           py39hb75a051_0    conda-forge
numpy                     1.24.3                   pypi_0    pypi
oauthlib                  3.2.2                    pypi_0    pypi
openjpeg                  2.5.0                hfec8fc6_2    conda-forge
openssl                   3.1.2                hd590300_0    conda-forge
opt-einsum                3.3.0                    pypi_0    pypi
overrides                 7.4.0              pyhd8ed1ab_0    conda-forge
packaging                 23.1               pyhd8ed1ab_0    conda-forge
pandas                    1.5.3                    pypi_0    pypi
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
partd                     1.4.0                    pypi_0    pypi
patsy                     0.5.2                    pypi_0    pypi
pbr                       5.11.1                   pypi_0    pypi
pexpect                   4.8.0              pyh1a96a4e_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pillow                    10.0.0           py39haaeba84_0    conda-forge
pip                       23.2.1             pyhd8ed1ab_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_0    conda-forge
platformdirs              3.10.0             pyhd8ed1ab_0    conda-forge
pluggy                    1.2.0                    pypi_0    pypi
pooch                     1.7.0              pyha770c72_3    conda-forge
prometheus_client         0.17.1             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.39             pyha770c72_0    conda-forge
prompt_toolkit            3.0.39               hd8ed1ab_0    conda-forge
protobuf                  4.24.1                   pypi_0    pypi
psutil                    5.9.5            py39h72bdee0_0    conda-forge
pthread-stubs             0.4               h36c2ea0_1001    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
py                        1.11.0                   pypi_0    pypi
pyasn1                    0.5.0                    pypi_0    pypi
pyasn1-modules            0.3.0                    pypi_0    pypi
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pygments                  2.16.1             pyhd8ed1ab_0    conda-forge
pynndescent               0.5.10             pyh1a96a4e_0    conda-forge
pyparsing                 3.0.9              pyhd8ed1ab_0    conda-forge
pysocks                   1.7.1              pyha2e5f31_6    conda-forge
pytest                    6.2.5                    pypi_0    pypi
python                    3.9.17          h0755675_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.18.0             pyhd8ed1ab_0    conda-forge
python-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge
python-tzdata             2023.3             pyhd8ed1ab_0    conda-forge
python_abi                3.9                      3_cp39    conda-forge
pytz                      2023.3             pyhd8ed1ab_0    conda-forge
pyyaml                    5.4.1                    pypi_0    pypi
pyzmq                     25.1.1           py39hb257651_0    conda-forge
readline                  8.2                  h8228510_1    conda-forge
referencing               0.30.2             pyhd8ed1ab_0    conda-forge
requests                  2.31.0             pyhd8ed1ab_0    conda-forge
requests-oauthlib         1.3.1                    pypi_0    pypi
rfc3339-validator         0.1.4              pyhd8ed1ab_0    conda-forge
rfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge
rich                      10.16.2                  pypi_0    pypi
rocm-smi                  5.6.0                h59595ed_1    conda-forge
rpds-py                   0.9.2            py39h9fdd4d6_0    conda-forge
rsa                       4.9                      pypi_0    pypi
scanpy                    1.9.4                    pypi_0    pypi
scikit-learn              1.3.0            py39hc236052_0    conda-forge
scipy                     1.11.2           py39h6183b62_0    conda-forge
seaborn                   0.11.2                   pypi_0    pypi
seaborn-base              0.12.2             pyhd8ed1ab_0    conda-forge
send2trash                1.8.2              pyh41d4057_0    conda-forge
session-info              1.0.0              pyhd8ed1ab_0    conda-forge
setuptools                68.1.2             pyhd8ed1ab_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
smmap                     5.0.0                    pypi_0    pypi
sniffio                   1.3.0              pyhd8ed1ab_0    conda-forge
snowballstemmer           2.2.0                    pypi_0    pypi
soupsieve                 2.3.2.post1        pyhd8ed1ab_0    conda-forge
sparse                    0.9.1                    pypi_0    pypi
sphinx                    7.2.3                    pypi_0    pypi
sphinx-autodoc-typehints  1.24.0                   pypi_0    pypi
sphinxcontrib-applehelp   1.0.7                    pypi_0    pypi
sphinxcontrib-devhelp     1.0.5                    pypi_0    pypi
sphinxcontrib-htmlhelp    2.0.4                    pypi_0    pypi
sphinxcontrib-jsmath      1.0.1                    pypi_0    pypi
sphinxcontrib-qthelp      1.0.6                    pypi_0    pypi
sphinxcontrib-serializinghtml 1.1.9                    pypi_0    pypi
stack_data                0.6.2              pyhd8ed1ab_0    conda-forge
statsmodels               0.14.0           py39h0f8d45d_1    conda-forge
stdlib-list               0.9.0                    pypi_0    pypi
stevedore                 5.1.0                    pypi_0    pypi
tbb                       2021.10.0            h00ab1b0_0    conda-forge
tensorboard               2.13.0                   pypi_0    pypi
tensorboard-data-server   0.7.1                    pypi_0    pypi
tensorflow                2.13.0                   pypi_0    pypi
tensorflow-estimator      2.13.0                   pypi_0    pypi
tensorflow-io-gcs-filesystem 0.33.0                   pypi_0    pypi
tensorflow-probability    0.21.0                   pypi_0    pypi
termcolor                 2.3.0                    pypi_0    pypi
terminado                 0.17.1             pyh41d4057_0    conda-forge
threadpoolctl             3.2.0              pyha21a80b_0    conda-forge
tinycss2                  1.2.1              pyhd8ed1ab_0    conda-forge
tk                        8.6.12               h27826a3_0    conda-forge
toml                      0.10.2                   pypi_0    pypi
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
toolz                     0.11.2                   pypi_0    pypi
tornado                   6.3.3            py39hd1e30aa_0    conda-forge
tqdm                      4.66.1             pyhd8ed1ab_0    conda-forge
traitlets                 5.9.0              pyhd8ed1ab_0    conda-forge
typing-extensions         4.5.0                    pypi_0    pypi
typing_extensions         4.7.1              pyha770c72_0    conda-forge
typing_utils              0.1.0              pyhd8ed1ab_0    conda-forge
tzdata                    2023c                h71feb2d_0    conda-forge
umap-learn                0.5.3            py39hf3d152e_1    conda-forge
unicodedata2              15.0.0           py39hb9d737c_0    conda-forge
uri-template              1.3.0              pyhd8ed1ab_0    conda-forge
urllib3                   1.26.16                  pypi_0    pypi
wcwidth                   0.2.6              pyhd8ed1ab_0    conda-forge
webcolors                 1.13               pyhd8ed1ab_0    conda-forge
webencodings              0.5.1                      py_1    conda-forge
websocket-client          1.6.2              pyhd8ed1ab_0    conda-forge
werkzeug                  2.3.7                    pypi_0    pypi
wheel                     0.41.2             pyhd8ed1ab_0    conda-forge
wrapt                     1.15.0                   pypi_0    pypi
xlrd                      1.2.0                    pypi_0    pypi
xorg-libxau               1.0.11               hd590300_0    conda-forge
xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
xz                        5.2.6                h166bdaf_0    conda-forge
yaml                      0.2.5                h7f98852_2    conda-forge
zeromq                    4.3.4                h9c3ff4c_1    conda-forge
zipp                      3.16.2             pyhd8ed1ab_0    conda-forge
zstd                      1.5.2                hfc55251_7    conda-forge
@axelvonkamp
Copy link

I get the same error, it apparently occurs after all the separate tests have been run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants