From d9b4f4edd87f8dd5a45946b1c053f8b696e773c3 Mon Sep 17 00:00:00 2001 From: Yalin Date: Tue, 12 Nov 2024 15:21:25 -0500 Subject: [PATCH] minor fix in LCA table formatting --- qsdsan/_lca.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsdsan/_lca.py b/qsdsan/_lca.py index 1c69a169..9faecd60 100644 --- a/qsdsan/_lca.py +++ b/qsdsan/_lca.py @@ -755,7 +755,7 @@ def get_impact_table(self, category, annual=False): item_dct[key] = [] for other_ID in self.other_items.keys(): other = self.other_items[other_ID]['item'] - item_dct['Other'].append(f'{other_ID} [{other.functional_unit}]') + item_dct['Other'].append(f'{other_ID}') quantity = self.other_items[other_ID]['quantity'] item_dct['Quantity'].append(quantity) for ind in self.indicators: