From 05adab30df021242344caa286a3834be492edd2c Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 26 May 2025 11:46:23 +0200 Subject: AnalyticModel: typo --- lib/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- cgit v1.2.3