Skip to content

Commit

Permalink
Merge pull request #58 from fwitte/fix/typo-in-segmentation-docstring
Browse files Browse the repository at this point in the history
Fix typo in noSegments description
  • Loading branch information
l-kotzur committed May 30, 2022
2 parents adab5b4 + 4a781e4 commit 01d0062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsam/utils/segmentation.py
Expand Up @@ -23,7 +23,7 @@ def segmentation(
within the periods as second index and the attributes as columns.
:type normalizedTypicalPeriods: pandas DataFrame
:param noSegments: Number of segments in which the typical periods shoul be subdivided - equivalent to the number of
:param noSegments: Number of segments in which the typical periods should be subdivided - equivalent to the number of
inner-period clusters.
:type noSegments: integer
Expand Down

0 comments on commit 01d0062

Please sign in to comment.