Apply changes to meet customer specification #27

Merged
foefl merged 14 commits from main_adapted into main 2026-01-07 09:30:57 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit f25dbeebd8 - Show all commits

1
cli.py
View File

@ -36,6 +36,7 @@ def main() -> int:
type=float, type=float,
) )
parser.add_argument( parser.add_argument(
"-t",
"--anomaly_threshold", "--anomaly_threshold",
help=( help=(
f"optional anomaly threshold to set, default: " f"optional anomaly threshold to set, default: "

View File

@ -39,6 +39,7 @@ def main() -> int:
type=float, type=float,
) )
parser.add_argument( parser.add_argument(
"-t",
"--anomaly_threshold", "--anomaly_threshold",
help=( help=(
f"optional anomaly threshold to set, default: " f"optional anomaly threshold to set, default: "