diff --git a/premise/battery.py b/premise/battery.py index f3d82d25..1af7a375 100644 --- a/premise/battery.py +++ b/premise/battery.py @@ -246,6 +246,7 @@ def adjust_battery_mass(self) -> None: for exc in ws.technosphere(ds, ws.equals("unit", "kilogram")): exc["amount"] *= scaling_factor + exc["loc"] *= scaling_factor exc["minimum"] *= scaling_factor_min exc["maximum"] *= scaling_factor_max