Skip to content

Commit

Permalink
Fix uncertainty values in battery datasets.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Aug 7, 2024
1 parent c7a69cf commit d50ada5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file not shown.
3 changes: 3 additions & 0 deletions premise/metals.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,10 @@ def process_metal_update(
metal_users = ws.get_many(
self.database, ws.equals("name", final_technology)
)


for metal_user in metal_users:
print(metal_user["name"], metal_user["location"], metal_row["Element"], dataset_metal["name"])
update_exchanges(
activity=metal_user,
new_amount=median_value,
Expand Down

0 comments on commit d50ada5

Please sign in to comment.