From ed6fa8f32c8a7715fc6604211735bad0ed1aed45 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:59:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scripts/build_energy_totals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_energy_totals.py b/scripts/build_energy_totals.py index 61e845d8..0f053d40 100644 --- a/scripts/build_energy_totals.py +++ b/scripts/build_energy_totals.py @@ -394,7 +394,7 @@ def build_idees(countries): keys=countries, names=["country", "year"], ) - + # efficiency kgoe/100km -> ktoe/100km totals.loc[:, "passenger car efficiency"] *= 1e3 # convert ktoe to TWh