The task electricity_demand.get-annual-household-el-demand-cells is taking more than 2 days to be executed, but this process can be done in just 3 min using different parameters. It would be useful to include a CLI parameter to include the option of high use of memory RAM. The change can be done partially in this block of code in the file hh_buildings.py
iterate_over = (
"nuts3"
if dataset == "Everything"
else "nuts3"
if dataset == "Schleswig-Holstein"
else ve(f"'{dataset}' is not a valid dataset boundary.")
)
The task electricity_demand.get-annual-household-el-demand-cells is taking more than 2 days to be executed, but this process can be done in just 3 min using different parameters. It would be useful to include a CLI parameter to include the option of high use of memory RAM. The change can be done partially in this block of code in the file hh_buildings.py