Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Mar 28, 2024
1 parent a57156a commit e3ee2a7
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 e3ee2a7

Please sign in to comment.