Romain Sacchi

Results 95 comments of Romain Sacchi

Is "ecoinvent_3.7.1_cutoff_ecoSpold02" a brightway database in a brightway project that you installed from ecospold2 files? My advice would be to create a new brightway project, with a new biosphere and...

`biosphere_name` should be the name of your biosphere database name in your `brightway` project. `database is locked` sometimes appears when a previous connection to the SQL database has not ended...

@dbantje indeed. Actually the code should look like this now: ````` final_energy = FinalEnergy( database=scenario["database"], iam_data=scenario["iam data"], model=scenario["model"], pathway=scenario["pathway"], year=scenario["year"], version=version, system_model=system_model, ) final_energy.regionalize_heating_datasets() final_energy.relink_datasets() scenario["database"] = final_energy.database scenario["index"] =...

Ah, sorry. Yes, I was referring to `2.30.dev`

Hi @FZH-S, Can you detail the version of `premise` used?

Hi @FZH-S can you show me the script used? In any case, can you update to `2.3.2` and see if the issue persists?