From 14db530761693cd43f49cf3350a5134af14bbc26 Mon Sep 17 00:00:00 2001 From: David Turnbull Date: Mon, 24 Aug 2026 13:17:51 -0600 Subject: [PATCH] Updated the readme to help users fix tsam issue Signed-off-by: David Turnbull --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 61664c0..7ef8e4a 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ pip install -r requirements.txt --- +## Fixing package for Representative Periods + +Inside the representative_periods folder, there is a file called timeseriesaggregation.py, copy it and paste into venv\Lib\site-packages\tsam. If you don't do this then the representative periods section will not work. + ## Running the app in Python Once dependencies are installed, launch the app with: