From d71cc09928bcc1a14b76eeef844d6d0f7960202e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 13 Nov 2023 14:00:31 +0100 Subject: move --function-override to lib/cli.py --- bin/analyze-kconfig.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bin/analyze-kconfig.py') diff --git a/bin/analyze-kconfig.py b/bin/analyze-kconfig.py index 51bee11..0f7c4ba 100755 --- a/bin/analyze-kconfig.py +++ b/bin/analyze-kconfig.py @@ -173,14 +173,6 @@ def main(): "Also plots the corresponding measurements. " "If gplearn function is set, it is plotted using dashed lines.", ) - parser.add_argument( - "--function-override", - metavar=" [; ;...]", - type=str, - help="Manually specify the function to fit for . " - "A function specified this way bypasses parameter detection: " - "It is always assigned, even if the model seems to be independent of the parameters it references.", - ) parser.add_argument("kconfig_path", type=str, help="Path to Kconfig file") parser.add_argument( "model", -- cgit v1.2.3