Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toniseibold committed Mar 26, 2024
1 parent 639a0ce commit d09df8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_energy_totals.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ def rescale_idees_from_eurostat(
],
].sum(axis=1)

energy.loc[country, :]["total road"] = (
energy.loc[country, "total road"] = (
energy[
[
"total passenger cars",
Expand Down

0 comments on commit d09df8a

Please sign in to comment.