summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2025-05-26 11:46:23 +0200
committerBirte Kristina Friesel <birte.friesel@uos.de>2025-05-26 11:46:23 +0200
commit05adab30df021242344caa286a3834be492edd2c (patch)
treee45aba9a6e36b7dede545ebf6467f1370cf01d69
parent352d179ff2c6c6f14d5f306ad32ad64fb5c5c4dc (diff)
AnalyticModel: typo
-rw-r--r--lib/model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/model.py b/lib/model.py
index dbe05aa..159171c 100644
--- a/lib/model.py
+++ b/lib/model.py
@@ -104,7 +104,7 @@ class AnalyticModel:
- attributes: list of keys that should be analyzed,
e.g. ['power', 'duration']
- for each attribute mentioned in 'attributes': A list with measurements.
- All list except for 'attributes' must have the same length.
+ All lists except for 'attributes' must have the same length.
For example:
parameters = ['foo_count', 'irrelevant']