mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixed Tests that where using round_to_8 and removed redundant tests
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user