From 691359e9f62ef9b789859b7e1fdec6709b3e6aa9 Mon Sep 17 00:00:00 2001 From: Olexandr Balyk Date: Tue, 17 Dec 2024 13:19:56 -0500 Subject: [PATCH] Move around a comment --- xl2times/datatypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]