Fixed Tests that where using round_to_8 and removed redundant tests

This commit is contained in:
skunkworxdark
2023-12-11 17:05:45 +00:00
parent f762940335
commit c84526fae5
2 changed files with 0 additions and 118 deletions

View File

@ -173,7 +173,6 @@ def calc_tiles_min_overlap(
tile_height: int,
tile_width: int,
min_overlap: int = 0,
round_to_8: bool = False,
) -> list[Tile]:
"""Calculate the tile coordinates for a given image shape under a simple tiling scheme with overlaps.