Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Apr 2, 2024
2 parents 28260b1 + e3ee2a7 commit f50c89b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pathways/pathways.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,7 @@ def process_region(data: Tuple) -> dict[str, ndarray[Any, dtype[Any]] | list[int

results = np.array(
[
(
characterization_matrix
@ lca.inventory
).toarray()
(characterization_matrix @ lca.inventory).toarray()
for _ in zip(range(use_distributions), lca)
]
)
Expand Down

0 comments on commit f50c89b

Please sign in to comment.