Skip to content

Commit 62a7520

Browse files
committed
Updated std_fraction to float
1 parent eabf81f commit 62a7520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wormpose/commands/postprocess_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def main():
370370
)
371371
parser.add_argument(
372372
"--std_fraction",
373-
type=int,
373+
type=float,
374374
help="The higher the guessed noise to signal ratio is, the smoother the interpolation will be",
375375
)
376376
parser.add_argument("--smoothing_window", type=int, help="smoothing window in frames")

0 commit comments

Comments
 (0)