From f867f6bc6784212e6728f6ba72087634b8fe69cf Mon Sep 17 00:00:00 2001 From: l-kotzur Date: Wed, 28 Jun 2023 23:16:55 +0200 Subject: [PATCH] fix doc string --- tsam/timeseriesaggregation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()