1
0
Fork 0

fix(api): pass overlap params to tile calculation

This commit is contained in:
Sean Sube 2023-07-01 12:36:17 -05:00
parent f20afeb58f
commit 7736430fe7
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ class ChainPipeline:
stage_params.tile_size,
stage_params.outscale,
[stage_tile],
**kwargs,
)
else:
logger.debug("image within tile size, running stage")