missed a rename of overlap to overlap_fraction in test for even_spilt

This commit is contained in:
skunkworxdark 2023-12-11 17:23:28 +00:00
parent 0852fd4e88
commit fbbc1037cd

View File

@ -406,7 +406,7 @@ def test_calc_tiles_even_split_difficult_size():
@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, False), # OK