Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
l-kotzur committed Jun 28, 2023
1 parent d55f205 commit f867f6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsam/timeseriesaggregation.py
Expand Up @@ -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()
Expand Down

0 comments on commit f867f6b

Please sign in to comment.