Samira Huber
Samira Huber
When data changes, the graph stays the same. I updated the percentage, but it is not changing in the graph. I also updated the selectedNode to change the color. But...
I'm currently facing an issue with the brightway2 package, when running the command `agb_importer.write_database()` to **set up the database**. The error I encounter is: ``` Traceback (most recent call last):...
I tried to do the Monte Carlo analysis with the Agribalyse3.1 database, based on this notebook: https://github.com/brightway-lca/brightway2/blob/master/notebooks/Monte%20Carlo%20from%20Excel%20import.ipynb ``` mc = bw.MonteCarloLCA({activity:1}, ('IPCC 2013', 'climate change', 'GWP 100a')) scores = [next(mc)...