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

Value error during calculation #1428

Open
1 task done
nholzbach opened this issue Jan 13, 2025 · 1 comment
Open
1 task done

Value error during calculation #1428

nholzbach opened this issue Jan 13, 2025 · 1 comment

Comments

@nholzbach
Copy link

Updating AB

  • Yes, I have updated AB and still experience this issue

What happened?

This error happens when my colleague presses on calculate in "LCA setup". This also happens when he tries to calculate the results for a LCA setup that already has been successfully calculated

Relevant errors

09:44:44 | INFO | Project settings directory: C:\Users\larcina\AppData\Local\pylca\Brightway3\CISUFLO-4.d021e42db3d81b356b713e0d5851bf70 

09:44:58 | INFO | Deleted calculation setup: cLVT 

09:45:16 | ERROR | ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() 

Traceback (most recent call last): 

  File "C:\Users\larcina\AppData\Local\miniconda3\envs\AB\Lib\site-packages\activity_browser\layouts\tabs\LCA_results_tab.py", line 61, in generate_setup 

    new_tab = LCAResultsSubTab(data, self) 

              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 

  File "C:\Users\larcina\AppData\Local\miniconda3\envs\AB\Lib\site-packages\activity_browser\layouts\tabs\LCA_results_tabs.py", line 114, in __init__ 

    self.mlca, self.contributions, self.mc = calculations.do_LCA_calculations(data) 

                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 

  File "C:\Users\larcina\AppData\Local\miniconda3\envs\AB\Lib\site-packages\activity_browser\bwutils\calculations.py", line 21, in do_LCA_calculations 

    mlca = MLCA(cs_name) 

           ^^^^^^^^^^^^^ 

  File "C:\Users\larcina\AppData\Local\miniconda3\envs\AB\Lib\site-packages\activity_browser\bwutils\multilca.py", line 144, in __init__ 

    self.lca = self._construct_lca() 

               ^^^^^^^^^^^^^^^^^^^^^ 

  File "C:\Users\larcina\AppData\Local\miniconda3\envs\AB\Lib\site-packages\activity_browser\bwutils\multilca.py", line 206, in _construct_lca 

    return bc.LCA(demand=self.func_units_dict, method=self.methods[0]) 

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 

  File "C:\Users\larcina\AppData\Local\miniconda3\envs\AB\Lib\site-packages\bw2calc\lca.py", line 79, in __init__ 

    clean_databases() 

  File "C:\Users\larcina\AppData\Local\miniconda3\envs\AB\Lib\site-packages\bw2calc\utils.py", line 102, in clean_databases 

    databases.clean() 

  File "C:\Users\larcina\AppData\Local\miniconda3\envs\AB\Lib\site-packages\bw2data\meta.py", line 121, in clean 

    return _clean() 

           ^^^^^^^^ 

  File "C:\Users\larcina\AppData\Local\miniconda3\envs\AB\Lib\site-packages\bw2data\project.py", line 358, in writable_project 

    return wrapped(*args, **kwargs) 

           ^^^^^^^^^^^^^^^^^^^^^^^^ 

  File "C:\Users\larcina\AppData\Local\miniconda3\envs\AB\Lib\site-packages\bw2data\meta.py", line 114, in _clean 

    Database(x).process() 

  File "C:\Users\larcina\AppData\Local\miniconda3\envs\AB\Lib\site-packages\bw2data\backends\peewee\database.py", line 445, in process 

    if np.isnan(data['amount']) or np.isinf(data['amount']): 

ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

Operating system

Windows 11

Conda environment

activity-browser          2.10.3             pyhd8ed1ab_1    conda-forge 

annotated-types           0.7.0              pyhd8ed1ab_0    conda-forge 

anyio                     4.8.0              pyhd8ed1ab_0    conda-forge 

appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge 

argon2-cffi               23.1.0             pyhd8ed1ab_1    conda-forge 

argon2-cffi-bindings      21.2.0          py311he736701_5    conda-forge 

arrow                     1.3.0              pyhd8ed1ab_0    conda-forge 

asteval                   1.0.5              pyhd8ed1ab_0    conda-forge 

asttokens                 3.0.0              pyhd8ed1ab_1    conda-forge 

astunparse                1.6.3              pyhd8ed1ab_2    conda-forge 

async-lru                 2.0.4              pyhd8ed1ab_1    conda-forge 

attrs                     24.3.0             pyh71513ae_0    conda-forge 

babel                     2.16.0             pyhd8ed1ab_1    conda-forge 

beautifulsoup4            4.12.3             pyha770c72_1    conda-forge 

bleach                    6.2.0              pyhd8ed1ab_3    conda-forge 

bleach-with-css           6.2.0                hd8ed1ab_3    conda-forge 

blinker                   1.9.0              pyhff2d567_0    conda-forge 

brightway2                2.4.6              pyhd8ed1ab_0    conda-forge 

brotli                    1.1.0                h2466b09_2    conda-forge 

brotli-bin                1.1.0                h2466b09_2    conda-forge 

brotli-python             1.1.0           py311hda3d55a_2    conda-forge 

brotlicffi                1.1.0.0         py311hda3d55a_2    conda-forge 

bw2analyzer               0.10               pyhd8ed1ab_0    conda-forge 

bw2calc                   1.8.2           py311h1ea47a8_0    conda-forge 

bw2data                   3.6.6              pyhd8ed1ab_0    conda-forge 

bw2io                     0.8.12             pyhd8ed1ab_0    conda-forge 

bw2parameters             1.1.0              pyhd8ed1ab_0    conda-forge 

bw_migrations             0.2                pyhd8ed1ab_0    conda-forge 

bzip2                     1.0.8                hcfcfb64_5    conda-forge 

ca-certificates           2024.12.14           h56e8100_0    conda-forge 

cached-property           1.5.2                hd8ed1ab_1    conda-forge 

cached_property           1.5.2              pyha770c72_1    conda-forge 

certifi                   2024.12.14         pyhd8ed1ab_0    conda-forge 

cffi                      1.17.1          py311he736701_0    conda-forge 

charset-normalizer        3.4.0              pyhd8ed1ab_0    conda-forge 

click                     8.1.7           win_pyh7428d3b_0    conda-forge 

colorama                  0.4.6              pyhd8ed1ab_0    conda-forge 

comm                      0.2.2              pyhd8ed1ab_1    conda-forge 

contourpy                 1.3.1           py311h3257749_0    conda-forge 

cycler                    0.12.1             pyhd8ed1ab_0    conda-forge 

debugpy                   1.8.11          py311hda3d55a_0    conda-forge 

decorator                 5.1.1              pyhd8ed1ab_1    conda-forge 

defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge 

dill                      0.3.9              pyhd8ed1ab_0    conda-forge 

docopt                    0.6.2                      py_1    conda-forge 

ecoinvent_interface       2.4.1              pyhd8ed1ab_0    conda-forge 

eight                     1.0.1              pyhd8ed1ab_4    conda-forge 

entrypoints               0.4                pyhd8ed1ab_1    conda-forge 

et_xmlfile                2.0.0              pyhd8ed1ab_0    conda-forge 

exceptiongroup            1.2.2              pyhd8ed1ab_1    conda-forge 

executing                 2.1.0              pyhd8ed1ab_1    conda-forge 

fasteners                 0.17.3             pyhd8ed1ab_0    conda-forge 

flask                     3.1.0              pyhff2d567_0    conda-forge 

fonttools                 4.55.0          py311h5082efb_0    conda-forge 

fqdn                      1.5.1              pyhd8ed1ab_1    conda-forge 

freetype                  2.12.1               hdaf720e_2    conda-forge 

future                    1.0.0              pyhd8ed1ab_0    conda-forge 

gettext                   0.22.5               h5728263_3    conda-forge 

gettext-tools             0.22.5               h5a7288d_3    conda-forge 

glib                      2.80.2               h0df6a38_0    conda-forge 

glib-tools                2.80.2               h2f9d560_0    conda-forge 

gst-plugins-base          1.22.9               h001b923_1    conda-forge 

gstreamer                 1.22.9               hb4038d2_1    conda-forge 

h11                       0.14.0             pyhd8ed1ab_1    conda-forge 

h2                        4.1.0              pyhd8ed1ab_0    conda-forge 

hpack                     4.0.0              pyh9f0ad1d_0    conda-forge 

httpcore                  1.0.7              pyh29332c3_1    conda-forge 

httpx                     0.28.1             pyhd8ed1ab_0    conda-forge 

hyperframe                6.0.1              pyhd8ed1ab_0    conda-forge 

icu                       73.2                 h63175ca_0    conda-forge 

idna                      3.10               pyhd8ed1ab_0    conda-forge 

importlib-metadata        8.5.0              pyha770c72_0    conda-forge 

importlib_metadata        8.5.0                hd8ed1ab_0    conda-forge 

importlib_resources       6.5.2              pyhd8ed1ab_0    conda-forge 

inflate64                 1.0.0           py311he736701_2    conda-forge 

intel-openmp              2024.2.1          h57928b3_1083    conda-forge 

ipykernel                 6.29.5             pyh4bbf305_0    conda-forge 

ipython                   8.31.0             pyh7428d3b_0    conda-forge 

isoduration               20.11.0            pyhd8ed1ab_1    conda-forge 

itsdangerous              2.2.0              pyhd8ed1ab_0    conda-forge 

jedi                      0.19.2             pyhd8ed1ab_1    conda-forge 

jinja2                    3.1.4              pyhd8ed1ab_0    conda-forge 

json5                     0.10.0             pyhd8ed1ab_1    conda-forge 

jsonpointer               3.0.0           py311h1ea47a8_1    conda-forge 

jsonschema                4.23.0             pyhd8ed1ab_1    conda-forge 

jsonschema-specifications 2024.10.1          pyhd8ed1ab_1    conda-forge 

jsonschema-with-format-nongpl 4.23.0               hd8ed1ab_1    conda-forge 

jupyter-lsp               2.2.5              pyhd8ed1ab_1    conda-forge 

jupyter_client            8.6.3              pyhd8ed1ab_1    conda-forge 

jupyter_core              5.7.2           py311h1ea47a8_0    conda-forge 

jupyter_events            0.11.0             pyhd8ed1ab_0    conda-forge 

jupyter_server            2.15.0             pyhd8ed1ab_0    conda-forge 

jupyter_server_terminals  0.5.3              pyhd8ed1ab_1    conda-forge 

jupyterlab                4.3.4              pyhd8ed1ab_0    conda-forge 

jupyterlab_pygments       0.3.0              pyhd8ed1ab_2    conda-forge 

jupyterlab_server         2.27.3             pyhd8ed1ab_1    conda-forge 

kiwisolver                1.4.7           py311h3257749_0    conda-forge 

krb5                      1.21.3               hdf4eb48_0    conda-forge 

lcms2                     2.16                 h67d730c_0    conda-forge 

lerc                      4.0.0                h63175ca_0    conda-forge 

libasprintf               0.22.5               h5728263_3    conda-forge 

libasprintf-devel         0.22.5               h5728263_3    conda-forge 

libblas                   3.9.0              25_win64_mkl    conda-forge 

libbrotlicommon           1.1.0                h2466b09_2    conda-forge 

libbrotlidec              1.1.0                h2466b09_2    conda-forge 

libbrotlienc              1.1.0                h2466b09_2    conda-forge 

libcblas                  3.9.0              25_win64_mkl    conda-forge 

libclang                  15.0.7          default_h3a3e6c3_5    conda-forge 

libclang13                15.0.7          default_hf64faad_5    conda-forge 

libdeflate                1.20                 hcfcfb64_0    conda-forge 

libexpat                  2.5.0                h63175ca_1    conda-forge 

libffi                    3.4.2                h8ffe710_5    conda-forge 

libgettextpo              0.22.5               h5728263_3    conda-forge 

libgettextpo-devel        0.22.5               h5728263_3    conda-forge 

libglib                   2.80.2               h0df6a38_0    conda-forge 

libhwloc                  2.11.2          default_hc8275d1_1000    conda-forge 

libiconv                  1.17                 hcfcfb64_2    conda-forge 

libintl                   0.22.5               h5728263_3    conda-forge 

libintl-devel             0.22.5               h5728263_3    conda-forge 

libjpeg-turbo             3.0.0                hcfcfb64_1    conda-forge 

liblapack                 3.9.0              25_win64_mkl    conda-forge 

libogg                    1.3.5                h2466b09_0    conda-forge 

libpng                    1.6.43               h19919ed_0    conda-forge 

libsodium                 1.0.20               hc70643c_0    conda-forge 

libsqlite                 3.45.1               hcfcfb64_0    conda-forge 

libtiff                   4.6.0                hddb2be6_3    conda-forge 

libvorbis                 1.3.7                h0e60522_0    conda-forge 

libwebp                   1.4.0                h2466b09_0    conda-forge 

libwebp-base              1.4.0                hcfcfb64_0    conda-forge 

libxcb                    1.15                 hcd874cb_0    conda-forge 

libxml2                   2.12.7               h283a6d9_1    conda-forge 

libxslt                   1.1.39               h3df6e99_0    conda-forge 

libzlib                   1.2.13               hcfcfb64_5    conda-forge 

lxml                      4.9.3           py311h750ae06_3    conda-forge 

lxmlh                     1.3.3              pyhd8ed1ab_0    conda-forge 

m2w64-gcc-libgfortran     5.3.0                         6    conda-forge 

m2w64-gcc-libs            5.3.0                         7    conda-forge 

m2w64-gcc-libs-core       5.3.0                         7    conda-forge 

m2w64-gmp                 6.1.0                         2    conda-forge 

m2w64-libwinpthread-git   5.0.0.4634.697f757               2    conda-forge 

markupsafe                3.0.2           py311h5082efb_0    conda-forge 

matplotlib-base           3.9.2           py311h8f1b1e4_2    conda-forge 

matplotlib-inline         0.1.7              pyhd8ed1ab_1    conda-forge 

mistune                   3.1.0              pyhd8ed1ab_0    conda-forge 

mkl                       2024.2.2            h66d3029_14    conda-forge 

mrio_common_metadata      0.2.1              pyhd8ed1ab_0    conda-forge 

msys2-conda-epoch         20160418                      1    conda-forge 

multiprocess              0.70.17         py311he736701_1    conda-forge 

multivolumefile           0.2.3              pyhd8ed1ab_0    conda-forge 

munkres                   1.1.4              pyh9f0ad1d_0    conda-forge 

nbclient                  0.10.2             pyhd8ed1ab_0    conda-forge 

nbconvert-core            7.16.5             pyhd8ed1ab_1    conda-forge 

nbformat                  5.10.4             pyhd8ed1ab_1    conda-forge 

nest-asyncio              1.6.0              pyhd8ed1ab_1    conda-forge 

networkx                  3.4.2              pyh267e887_2    conda-forge 

notebook-shim             0.2.4              pyhd8ed1ab_1    conda-forge 

numpy                     1.26.4          py311h0b4df5a_0    conda-forge 

openjpeg                  2.5.2                h3d672ee_0    conda-forge 

openpyxl                  3.1.5           py311ha68e1ae_1    conda-forge 

openssl                   3.4.0                ha4e3fda_1    conda-forge 

overrides                 7.7.0              pyhd8ed1ab_1    conda-forge 

packaging                 24.2               pyhff2d567_1    conda-forge 

pandas                    2.2.3           py311hcf9f919_1    conda-forge 

pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge 

parso                     0.8.4              pyhd8ed1ab_1    conda-forge 

pathos                    0.3.3              pyhd8ed1ab_0    conda-forge 

patsy                     1.0.1              pyhff2d567_0    conda-forge 

pcre2                     10.43                h17e33f8_0    conda-forge 

peewee                    3.17.1          py311had142b2_0    conda-forge 

pickleshare               0.7.5           pyhd8ed1ab_1004    conda-forge 

pillow                    10.3.0          py311h6819b35_0    conda-forge 

pint                      0.21               pyhd8ed1ab_0    conda-forge 

pip                       24.0               pyhd8ed1ab_0    conda-forge 

pkgutil-resolve-name      1.3.10             pyhd8ed1ab_2    conda-forge 

platformdirs              4.3.6              pyhd8ed1ab_0    conda-forge 

pox                       0.3.5              pyhd8ed1ab_0    conda-forge 

ppft                      1.7.6.9            pyhd8ed1ab_0    conda-forge 

prometheus_client         0.21.1             pyhd8ed1ab_0    conda-forge 

prompt-toolkit            3.0.48             pyha770c72_1    conda-forge 

psutil                    6.1.0           py311he736701_0    conda-forge 

pthread-stubs             0.4               hcd874cb_1001    conda-forge 

pthreads-win32            2.9.1                h2466b09_4    conda-forge 

pure_eval                 0.2.3              pyhd8ed1ab_1    conda-forge 

py7zr                     0.22.0             pyhd8ed1ab_0    conda-forge 

pybcj                     1.0.2           py311he736701_1    conda-forge 

pycasreg                  0.1.0              pyhd8ed1ab_0    conda-forge 

pycparser                 2.22               pyhd8ed1ab_0    conda-forge 

pycryptodomex             3.21.0          py311he736701_0    conda-forge 

pydantic                  2.10.2             pyh3cfb1c2_0    conda-forge 

pydantic-core             2.27.1          py311h533ab2d_0    conda-forge 

pydantic-settings         2.6.1              pyh3cfb1c2_0    conda-forge 

pyecospold                3.5.3              pyhd8ed1ab_0    conda-forge 

pygments                  2.19.1             pyhd8ed1ab_0    conda-forge 

pypardiso                 0.4.6              pyhd8ed1ab_0    conda-forge 

pyparsing                 3.2.0              pyhd8ed1ab_1    conda-forge 

pyperclip                 1.9.0              pyh7428d3b_1    conda-forge 

pyppmd                    1.1.0           py311hda3d55a_1    conda-forge 

pyprind                   2.11.2          py311h1ea47a8_1006    conda-forge 

pyside2                   5.15.8          py311h3d699ce_4    conda-forge 

pysocks                   1.7.1              pyh0701188_6    conda-forge 

python                    3.11.8          h2628c8c_0_cpython    conda-forge 

python-dateutil           2.9.0.post0        pyhff2d567_0    conda-forge 

python-dotenv             1.0.1              pyhd8ed1ab_0    conda-forge 

python-fastjsonschema     2.21.1             pyhd8ed1ab_0    conda-forge 

python-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge 

python-tzdata             2024.2             pyhd8ed1ab_0    conda-forge 

python_abi                3.11                    5_cp311    conda-forge 

pytz                      2024.1             pyhd8ed1ab_0    conda-forge 

pywin32                   307             py311hda3d55a_3    conda-forge 

pywinpty                  2.0.14          py311hda3d55a_0    conda-forge 

pyxlsb                    1.0.10             pyhd8ed1ab_0    conda-forge 

pyyaml                    6.0.2           py311he736701_1    conda-forge 

pyzmq                     26.2.0          py311h484c95c_3    conda-forge 

pyzstd                    0.16.2          py311h53056dc_0    conda-forge 

qhull                     2020.2               hc790b64_5    conda-forge 

qt-main                   5.15.8              h9e85ed6_19    conda-forge 

qt-webengine              5.15.8               h4bf5c4e_4    conda-forge 

referencing               0.35.1             pyhd8ed1ab_1    conda-forge 

requests                  2.32.3             pyhd8ed1ab_0    conda-forge 

rfc3339-validator         0.1.4              pyhd8ed1ab_1    conda-forge 

rfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge 

rpds-py                   0.22.3          py311h533ab2d_0    conda-forge 

salib                     1.5.0              pyhd8ed1ab_0    conda-forge 

scipy                     1.14.1          py311hf16d85f_1    conda-forge 

seaborn                   0.13.2               hd8ed1ab_2    conda-forge 

seaborn-base              0.13.2             pyhd8ed1ab_2    conda-forge 

send2trash                1.8.3              pyh5737063_1    conda-forge 

setuptools                69.1.0             pyhd8ed1ab_1    conda-forge 

setuptools-scm            8.1.0              pyhd8ed1ab_0    conda-forge 

six                       1.16.0             pyh6c4a22f_0    conda-forge 

sniffio                   1.3.1              pyhd8ed1ab_1    conda-forge 

soupsieve                 2.5                pyhd8ed1ab_1    conda-forge 

stack_data                0.6.3              pyhd8ed1ab_1    conda-forge 

stats_arrays              0.7                pyhd8ed1ab_0    conda-forge 

statsmodels               0.14.4          py311h0a17f05_0    conda-forge 

tabulate                  0.9.0              pyhd8ed1ab_1    conda-forge 

tbb                       2021.13.0            h62715c5_1    conda-forge 

terminado                 0.18.1             pyh5737063_0    conda-forge 

texttable                 1.7.0              pyhd8ed1ab_0    conda-forge 

tinycss2                  1.4.0              pyhd8ed1ab_0    conda-forge 

tk                        8.6.13               h5226925_1    conda-forge 

tomli                     2.2.1              pyhd8ed1ab_0    conda-forge 

tornado                   6.4.2           py311he736701_0    conda-forge 

tqdm                      4.67.1             pyhd8ed1ab_0    conda-forge 

traitlets                 5.14.3             pyhd8ed1ab_1    conda-forge 

types-python-dateutil     2.9.0.20241003     pyhff2d567_0    conda-forge 

typing-extensions         4.12.2               hd8ed1ab_0    conda-forge 

typing_extensions         4.12.2             pyha770c72_0    conda-forge 

typing_utils              0.1.0              pyhd8ed1ab_1    conda-forge 

tzdata                    2024a                h0c530f3_0    conda-forge 

ucrt                      10.0.22621.0         h57928b3_0    conda-forge 

unicodecsv                0.14.1             pyhd8ed1ab_2    conda-forge 

unicodedata2              15.1.0          py311he736701_1    conda-forge 

unidecode                 1.3.8              pyhd8ed1ab_0    conda-forge 

uri-template              1.3.0              pyhd8ed1ab_1    conda-forge 

urllib3                   2.2.3              pyhd8ed1ab_0    conda-forge 

vc                        14.3                hcf57466_18    conda-forge 

vc14_runtime              14.38.33130         h82b7239_18    conda-forge 

voluptuous                0.15.2             pyhd8ed1ab_1    conda-forge 

vs2015_runtime            14.38.33130         hcb4865c_18    conda-forge 

wcwidth                   0.2.13             pyhd8ed1ab_1    conda-forge 

webcolors                 24.11.1            pyhd8ed1ab_0    conda-forge 

webencodings              0.5.1              pyhd8ed1ab_3    conda-forge 

websocket-client          1.8.0              pyhd8ed1ab_1    conda-forge 

werkzeug                  3.1.3              pyhff2d567_0    conda-forge 

wheel                     0.42.0             pyhd8ed1ab_0    conda-forge 

whoosh                    2.7.4           py311h1ea47a8_9    conda-forge 

win_inet_pton             1.1.0              pyh7428d3b_7    conda-forge 

winpty                    0.4.3                         4    conda-forge 

wrapt                     1.17.0          py311he736701_0    conda-forge 

xlrd                      2.0.1              pyhd8ed1ab_3    conda-forge 

xlsxwriter                3.2.0              pyhd8ed1ab_0    conda-forge 

xorg-libxau               1.0.11               hcd874cb_0    conda-forge 

xorg-libxdmcp             1.1.3                hcd874cb_0    conda-forge 

xz                        5.2.6                h8d14728_0    conda-forge 

yaml                      0.2.5                h8ffe710_2    conda-forge 

zeromq                    4.3.5                ha9f60a1_7    conda-forge 

zipfile-deflate64         0.2.0           py311ha68e1ae_4    conda-forge 

zipp                      3.21.0             pyhd8ed1ab_1    conda-forge 

zstandard                 0.23.0          py311h53056dc_1    conda-forge 

zstd                      1.5.6                h0ea2cb4_0    conda-forge
@nholzbach nholzbach added the bug Issues/PRs related to bugs label Jan 13, 2025
@mrvisscher
Copy link
Collaborator

Hi @nholzbach,

Sorry to hear that your colleague is experiencing issues.

There seems to be an issue with your LCI database which makes your database unable to be processed. Going by the error it looks to me like the amount field of one of your exchanges has an unexpected value. I would try to inspect your database visually by exporting it as an excel if that is still possible, or otherwise through Brightway directly.

For now this doesn't seem to be an issue with the Activity Browser in particular though.

Kind regards,

Marin

@mrvisscher mrvisscher removed the bug Issues/PRs related to bugs label Jan 16, 2025
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