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 --- lib/cli.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib') diff --git a/lib/cli.py b/lib/cli.py index 17e7b29..0114423 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -313,6 +313,14 @@ def add_standard_arguments(parser): type=str, help="Ignore listed parameters during model generation", ) + 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.", + ) def parse_shift_function(param_name, param_shift): -- cgit v1.2.3