X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FPLRsearch%2FPLRsearch.py;fp=resources%2Flibraries%2Fpython%2FPLRsearch%2FPLRsearch.py;h=fb4ee1a4d017f18dc15eef45f45aa6b2519eea3b;hb=9378751a08ca5660886927f5502dcef19bc7f51c;hp=37ee46840523230def278b83279b50479ddd7721;hpb=bc36a6a974e63722dbae42c552eb0d95ae7b95a9;p=csit.git 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.