From 80a7c8406a1a968b21b2b0657865487cf593e509 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Fri, 23 Feb 2024 06:51:42 +0000 Subject: [PATCH] Black reformating --- pathways/pathways.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathways/pathways.py b/pathways/pathways.py index 0b54633..ae4ffa9 100644 --- a/pathways/pathways.py +++ b/pathways/pathways.py @@ -607,7 +607,7 @@ def calculate( ) # Remove contribution from activities in other activities - #A = remove_double_counting(A, vars_info) + # A = remove_double_counting(A, vars_info) # check unclassified activities check_unclassified_activities(A_index, self.classifications)