From 8d9332f0e575fdacd13496a58c167aeacf832d60 Mon Sep 17 00:00:00 2001 From: Eryk Szpotanski Date: Wed, 14 Feb 2024 18:23:42 +0100 Subject: [PATCH] [#53226] runtimes: renode: Use evaluate function with validation Signed-off-by: Eryk Szpotanski --- kenning/runtimes/renode.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kenning/runtimes/renode.py b/kenning/runtimes/renode.py index 63abbd4c..d4cc034c 100644 --- a/kenning/runtimes/renode.py +++ b/kenning/runtimes/renode.py @@ -251,10 +251,12 @@ def run_client( ) if self.sensor is not None: - measurements += dataset.evaluate(posty, None, out_spec) + measurements += dataset._evaluate( + posty, None, out_spec + ) else: _, y = sample - measurements += dataset.evaluate(posty, y, out_spec) + measurements += dataset._evaluate(posty, y, out_spec) if self.runtime_log_uart is not None: self.runtime_logs += (