Skip to content

Commit

Permalink
EODC
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Mar 24, 2024
1 parent 325247a commit 5031781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathways/pathways.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def process_region(data: Tuple) -> dict[str, ndarray[Any, dtype[Any]] | list[int
f"ref.: {dataset[1]}, unit: {dataset[2][:50]}, idx: {idx},"
f"loc.: {dataset[3]}, demand: {round(float(demand.values * float(unit_vector)), 2)}, "
f"unit conv.: {unit_vector}, "
f"impact: {round(float(characterized_inventory.sum(axis=-1) / (demand.values * float(unit_vector))), 3)}. "
f"impact: {round(characterized_inventory.sum(axis=-1) / (demand.values * float(unit_vector)), 3)}. "
)

id_array = uuid.uuid4()
Expand Down

0 comments on commit 5031781

Please sign in to comment.