remove comment about uk flights

This commit is contained in:
lisazeyen 2024-08-06 17:47:35 +02:00
parent 2c7e30bb17
commit 5725e8bf22

View File

@ -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()