diff --git a/xl2times/datatypes.py b/xl2times/datatypes.py index 20d94b0..9c9aa89 100644 --- a/xl2times/datatypes.py +++ b/xl2times/datatypes.py @@ -267,8 +267,8 @@ def model_years(self) -> set[int]: """ return self.past_years | set(self.time_periods["m"].values) + # TODO: Invalidate and recompute the below property when self.topology changes. @cached_property - # TODO: Invalidate and recompute this property when self.topology changes. def veda_cgs(self) -> dict[tuple[str, str, str], str]: """A dictionary mapping commodities to their Veda commodity groups.""" cols = ["region", "process", "commodity", "csets"]