Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jul 25, 2024
1 parent e708583 commit b377cdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions premise/battery.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,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

Expand Down

0 comments on commit b377cdf

Please sign in to comment.