Skip to content

For r_qqhh upper limit scan in grid mode

Yihui Lai requested to merge yilai/inference:master into master

For r_qqhh upper limit scan with HH combination. The grid mode does not work for r_qqhh scan because the cmd = re.sub(r"^(.+--redefineSignalPOIs\s+[^\s+]\s+)(.+)$", r"\1{} \2".format(repl), cmd) only matches a single character after --redefineSignalPOIs. If using r_qqhh as POI, --singlePoint xx will be missing in the commands.

Merge request reports