Skip to content

Commit

Permalink
Update auto_split_tiles.py
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database committed Jul 27, 2024
1 parent 43ebf35 commit b3166aa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ def estimate_tile_size(

required_mem = f"{mem_required_estimation/GB_AMT:.2f}"
budget_mem = f"{budget/GB_AMT:.2f}"
print(
logger.debug(
f"Estimating memory required: {required_mem} GB, {budget_mem} GB free."
f" Estimated tile size: {tile_size}, tile_pixels = {tile_pixels}",
flush=True
)

return tile_size
Expand Down

0 comments on commit b3166aa

Please sign in to comment.