Skip to content

Commit

Permalink
Move around a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olejandro committed Dec 17, 2024
1 parent 85c82ca commit 691359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xl2times/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 691359e

Please sign in to comment.