generated from dopt-python/py311
add short parameter for anomaly threshold, related to #20
This commit is contained in:
parent
cc72ee2ee5
commit
f25dbeebd8
1
cli.py
1
cli.py
@ -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: "
|
||||||
|
|||||||
@ -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: "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user