Commit 9167a047 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix bug with masking conditions when asking for bounds on quantiles

e.g. "q_prd_median{>quantile0.3,<quantile0.7}" was not working
because the string was too long, but the regex were also quite
complicated, so this revises the approach and simplifies the regex

but to overcome the length limitation with C++ regex, "quantile" now
need to be specified as "qtl" to be shorter
parent dc04b62a
No related merge requests found
Pipeline #46392 passed with stage
in 3 minutes and 58 seconds
Showing with 52 additions and 61 deletions
+52 -61
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment