From 5725e8bf22818fc771d2c4ec054a91aa6894c544 Mon Sep 17 00:00:00 2001 From: lisazeyen Date: Tue, 6 Aug 2024 17:47:35 +0200 Subject: [PATCH] remove comment about uk flights --- scripts/build_energy_totals.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build_energy_totals.py b/scripts/build_energy_totals.py index 2afd7bb9..a0dc07fd 100644 --- a/scripts/build_energy_totals.py +++ b/scripts/build_energy_totals.py @@ -492,7 +492,6 @@ def idees_per_country(ct: str, base_dir: str) -> pd.DataFrame: assert df.index[2] == "Domestic" ct_totals["total domestic aviation passenger"] = df.iloc[2] - # TODO added Ukraine to intra EU flights assert df.index[6] == "International - Intra-EEAwUK" assert df.index[7] == "International - Extra-EEAwUK" ct_totals["total international aviation passenger"] = df.iloc[[6, 7]].sum()