From bfb6a98ed24b9d3ba54c4b3139b2a2c0cd67b5d6 Mon Sep 17 00:00:00 2001 From: Amedeo Ceruti Date: Wed, 18 Jan 2023 14:25:30 +0100 Subject: [PATCH] Update README.md with small type Added a comma to make the tsam.TimeSeriesAggregation function run. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eebd2de..30a7f5c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Initialize an aggregation object and define the length of a single period, the n rescaleClusterPeriods = False, segmentation = True, representationMethod = "distributionRepresentation", - distributionPeriodWise = False + distributionPeriodWise = False, clusterMethod = 'hierarchical') ```