From 9378751a08ca5660886927f5502dcef19bc7f51c Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 13 Jul 2020 12:17:44 +0200 Subject: Soak: Do not allow negative loss Change-Id: I6da359d25edc415e44263d3f85f166369e564987 Signed-off-by: Vratko Polak --- resources/libraries/python/PLRsearch/PLRsearch.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources/libraries/python/PLRsearch/PLRsearch.py') diff --git a/resources/libraries/python/PLRsearch/PLRsearch.py b/resources/libraries/python/PLRsearch/PLRsearch.py index 37ee468405..fb4ee1a4d0 100644 --- a/resources/libraries/python/PLRsearch/PLRsearch.py +++ b/resources/libraries/python/PLRsearch/PLRsearch.py @@ -57,6 +57,8 @@ class PLRsearch: trial_number_offset=0, timeout=1800.0, trace_enabled=False): """Store rate measurer and additional parameters. + The measurer must never report negative loss count. + TODO: Copy AbstractMeasurer from MLRsearch. :param measurer: The measurer to call when searching. -- cgit 1.2.3-korg