We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ed11f commit f53ff30Copy full SHA for f53ff30
wkcuber/__main__.py
@@ -87,7 +87,7 @@ def create_parser():
87
)
88
89
if not args.no_compress:
90
- compress_mag_inplace(args.target_path, args.layer_name, 1, args.jobs)
+ compress_mag_inplace(args.target_path, args.layer_name, Mag(1), args.jobs)
91
92
downsample_mags(
93
args.target_path,
0 commit comments