From 977dbfe93357cb097fcb790c166783fd80ab778c Mon Sep 17 00:00:00 2001 From: Koen van Greevenbroek Date: Mon, 22 Nov 2021 14:02:57 +0100 Subject: [PATCH] Remove non-ascii character from source file Unfortunately Snakemake for now reads files using the default OS file encoding, which may not be UTF-8. Therefore, it is best to be conservative and only use ascii in source files for now. --- scripts/build_industry_sector_ratios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_industry_sector_ratios.py b/scripts/build_industry_sector_ratios.py index 49c82138..a6ef9066 100644 --- a/scripts/build_industry_sector_ratios.py +++ b/scripts/build_industry_sector_ratios.py @@ -1006,7 +1006,7 @@ def non_ferrous_metals(): # Alumina # High enthalpy heat is converted to methane. - # Process heat at T>500ÂșC is required here. + # Process heat at T>500C is required here. # Refining is electrified. # There are no process emissions associated to Alumina manufacturing.