Skip to content

Commit eeb40c7

Browse files
authored
Update __main__.py
1 parent 227c7f2 commit eeb40c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wkcuber/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def create_parser():
1818
"-m",
1919
help="Max resolution to be downsampled. Needs to be a power of 2.",
2020
type=int,
21-
default=512,
21+
default=32,
2222
)
2323

2424
parser.add_argument(

0 commit comments

Comments
 (0)