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-archive.py | 8 -------- bin/analyze-kconfig.py | 8 -------- 2 files changed, 16 deletions(-) (limited to 'bin') diff --git a/bin/analyze-archive.py b/bin/analyze-archive.py index 1f5aba7..5638182 100755 --- a/bin/analyze-archive.py +++ b/bin/analyze-archive.py @@ -423,14 +423,6 @@ if __name__ == "__main__": help="Specify traces which should be ignored due to bogus data. " "1 is the first trace, 2 the second, and so on.", ) - 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( "--export-traces", metavar="DIRECTORY", 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