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: