mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
missed a rename of overlap to overlap_fraction in test for even_spilt
This commit is contained in:
parent
0852fd4e88
commit
fbbc1037cd
@ -406,7 +406,7 @@ def test_calc_tiles_even_split_difficult_size():
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
["image_height", "image_width", "num_tiles_x", "num_tiles_y", "overlap", "raises"],
|
["image_height", "image_width", "num_tiles_x", "num_tiles_y", "overlap_fraction", "raises"],
|
||||||
[
|
[
|
||||||
(128, 128, 1, 1, 0.25, False), # OK
|
(128, 128, 1, 1, 0.25, False), # OK
|
||||||
(128, 128, 1, 1, 0, False), # OK
|
(128, 128, 1, 1, 0, False), # OK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user