From: Vratko Polak Date: Tue, 4 Feb 2020 11:18:07 +0000 (+0100) Subject: Fix argument order in MLRsearch X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=070500f1bf1f1da5264ccfcf2088797c2e8c5e0c Fix argument order in MLRsearch Introduced in last refactor. Luckily, the result were still correct, just with confusing logs and perhaps longer search time in unstable test cases. Change-Id: I26dd5714fb588ea07afe85583b3ab3b4bd53d9ec Signed-off-by: Vratko Polak --- diff --git a/resources/libraries/python/MLRsearch/MultipleLossRatioSearch.py b/resources/libraries/python/MLRsearch/MultipleLossRatioSearch.py index 29b72505de..a4e387441f 100644 --- a/resources/libraries/python/MLRsearch/MultipleLossRatioSearch.py +++ b/resources/libraries/python/MLRsearch/MultipleLossRatioSearch.py @@ -605,7 +605,7 @@ class MultipleLossRatioSearch(AbstractSearchAlgorithm): @staticmethod def _ndrpdr_duration( - state, ndr_lo, pdr_lo, ndr_hi, pdr_hi, ndr_rel_width, + state, ndr_lo, ndr_hi, pdr_lo, pdr_hi, ndr_rel_width, pdr_rel_width): """Perform duration-based trials within a ndrpdr phase