Skip to content

Commit f53ff30

Browse files
fix call of downsample_mags
1 parent b5ed11f commit f53ff30

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
@@ -87,7 +87,7 @@ def create_parser():
8787
)
8888

8989
if not args.no_compress:
90-
compress_mag_inplace(args.target_path, args.layer_name, 1, args.jobs)
90+
compress_mag_inplace(args.target_path, args.layer_name, Mag(1), args.jobs)
9191

9292
downsample_mags(
9393
args.target_path,

0 commit comments

Comments
 (0)