From 25cfcaf97b5b76c019e02d8827079dfa16b8615c Mon Sep 17 00:00:00 2001 From: yerbol-akhmetov Date: Thu, 21 Dec 2023 20:54:17 +0600 Subject: [PATCH] fix add_waste_heat --- scripts/prepare_sector_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index 82578c29..c57f8e89 100755 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -3415,7 +3415,7 @@ if __name__ == "__main__": if "I" in opts: add_industry(n, costs) - if "I" in opts and "H" in opts: + if "H" in opts: add_waste_heat(n) if "A" in opts: # requires H and I