From 8eb5860bbf5af2ecbad05fd014b79d9f3a5489f6 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 12 Jan 2024 11:31:35 +0100 Subject: Move --force-tree definition to cli.py --- lib/cli.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/cli.py b/lib/cli.py index 9da8a75..273f86b 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -566,6 +566,11 @@ def add_standard_arguments(parser): "ssr : Sum of Squared Residuals\n" "rsq : R² Score", ) + parser.add_argument( + "--force-tree", + action="store_true", + help="Build regression tree without checking whether static/analytic functions are sufficient.", + ) def parse_shift_function(param_name, param_shift): -- cgit v1.2.3