From e3ee2a7dfc232421f96f299d553d441e715ca8ff Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Thu, 28 Mar 2024 15:55:55 +0000 Subject: [PATCH] Black reformating --- pathways/pathways.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pathways/pathways.py b/pathways/pathways.py index ec7f39d..d980ce1 100644 --- a/pathways/pathways.py +++ b/pathways/pathways.py @@ -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) ] )