Skip to content

Commit

Permalink
Per #2170, clarify that fortran-style threshold types are not support…
Browse files Browse the repository at this point in the history
…ed for percentile thresholds.
  • Loading branch information
JohnHalleyGotway committed Jun 9, 2022
1 parent 6052295 commit 919ce18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/Users_Guide/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ The configuration file language supports the following data types:
and 10 and "==1||==2" defines numbers exactly equal to 1 or 2.

* Percentile Thresholds:

* A threshold type (<, <=, ==, !-, >=, or >), followed by a percentile
type description (SFP, SOP, SCP, USP, CDP, or FBIAS), followed by a
numeric value, typically between 0 and 100.

* Note that the two letter threshold type abbreviations (lt, le, eq, ne,
gt, gt) are not supported for percentile thresholds.

* Thresholds may be defined as percentiles of the data being processed in
several places:
Expand Down

0 comments on commit 919ce18

Please sign in to comment.