fix if condition to add msw
This commit is contained in:
parent
30bcddb66a
commit
7b98afc85a
@ -2357,7 +2357,7 @@ def add_biomass(n, costs):
|
||||
if (
|
||||
options["municipal_solid_waste"]
|
||||
and not options["industry"]
|
||||
and (cf_industry["waste_to_energy"] or cf_industry["waste_to_energy_cc"])
|
||||
and not (cf_industry["waste_to_energy"] or cf_industry["waste_to_energy_cc"])
|
||||
):
|
||||
logger.warning(
|
||||
"Flag municipal_solid_waste can be only used with industry "
|
||||
|
Loading…
Reference in New Issue
Block a user