From bf79195b5bb6e5cb3688823b595006b169d92730 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 11 Jan 2024 15:54:03 +0100 Subject: Rename --show-quality=table to --show-model-error --- lib/cli.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/cli.py b/lib/cli.py index 25ad260..86e9bc8 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -477,6 +477,11 @@ def add_standard_arguments(parser): "param: show parameterized model functions and regression variable values\n" "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", -- cgit v1.2.3