diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-09 16:24:01 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-09 16:24:01 +0100 |
commit | 87ad379b3e9b19647bdbe01b3728c9cb8903ca87 (patch) | |
tree | 7b5bb68b7f43b4c8198419d4e03071e4a1636971 | |
parent | d739d1e3e02029e2185166bad51310f2a5bdb917 (diff) |
consistently use --show-model (not --show-models)
-rwxr-xr-x | bin/analyze-archive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/analyze-archive.py b/bin/analyze-archive.py index b6a3d28..1d902ea 100755 --- a/bin/analyze-archive.py +++ b/bin/analyze-archive.py @@ -216,7 +216,7 @@ if __name__ == "__main__": help="Configure z score for outlier detection (and optional removel)", ) parser.add_argument( - "--show-models", + "--show-model", choices=["static", "paramdetection", "param", "all"], action="append", default=list(), |