summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/cli.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/cli.py b/lib/cli.py
index 25ad260..86e9bc8 100644
--- a/lib/cli.py
+++ b/lib/cli.py
@@ -478,6 +478,11 @@ def add_standard_arguments(parser):
"all: all of the above",
)
parser.add_argument(
+ "--show-model-error",
+ action="store_true",
+ help="Show model error compared to LUT (lower bound) and static (reference) models",
+ )
+ parser.add_argument(
"--show-model-size",
action="store_true",
help="Show model size (e.g. regression tree height and node count)",