diff --git a/tsam/timeseriesaggregation.py b/tsam/timeseriesaggregation.py index 306d0ab..703c3a9 100644 --- a/tsam/timeseriesaggregation.py +++ b/tsam/timeseriesaggregation.py @@ -1146,7 +1146,8 @@ def clusterPeriodIdx(self): @property def clusterOrder(self): """ - How often does a typical period occur in the original time series + The sequence/order of the typical period to represent + the original time series """ if not hasattr(self, "_clusterOrder"): self.createTypicalPeriods()