Skip to content
Snippets Groups Projects
Commit 54dc0f88 authored by Wernle, Alexandra Nicole's avatar Wernle, Alexandra Nicole Committed by Wilbur, Spencer Franklin
Browse files

Changed Controller's default update-limit to 1

parent 93f49112
No related branches found
No related tags found
2 merge requests!223Attempt StringIO after failed BytesIO file read,!212Draft: Reattempt to merge old Iris-Factory Branch from Swilbur's local repo
...@@ -1112,7 +1112,7 @@ def parse_args(args): ...@@ -1112,7 +1112,7 @@ def parse_args(args):
processing_group.add_argument( processing_group.add_argument(
"--update-limit", "--update-limit",
type=int, type=int,
default=0, default=1,
help=""" help="""
Update mode checks for gaps and will step backwards Update mode checks for gaps and will step backwards
to gap fill, if the start of the current interval is a gap, to gap fill, if the start of the current interval is a gap,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment