skunkworxdark
96a717c4ba
In CalculateImageTilesEvenSplitInvocation to have overlap_fraction becomes just overlap. This is now in pixels rather than as a fraction of the tile size.
...
Update calc_tiles_even_split() with the same change. Ensuring Overlap is within allowed size
Update even_split tests
2023-12-17 15:10:50 +00:00
skunkworxdark
612912a6c9
updated tests with a test for tile > image for calc_tiles_min_overlap()
2023-12-12 14:12:22 +00:00
skunkworxdark
fbbc1037cd
missed a rename of overlap to overlap_fraction in test for even_spilt
2023-12-11 17:23:28 +00:00
skunkworxdark
0852fd4e88
Updated tests for even_split overlap renamed to overlap_fraction
2023-12-11 17:17:29 +00:00
skunkworxdark
c84526fae5
Fixed Tests that where using round_to_8 and removed redundant tests
2023-12-11 17:05:45 +00:00
skunkworxdark
fefb78795f
- Even_spilt overlap renamed to overlap_fraction
...
- min_overlap removed * restrictions and round_to_8
- min_overlap handles tile size > image size by clipping the num tiles to 1.
- Updated assert test on min_overlap.
2023-12-11 16:55:27 +00:00
skunkworxdark
5f37176938
ruff formatting
2023-12-08 19:40:10 +00:00
skunkworxdark
375a91db32
further updated tests
2023-12-08 19:38:16 +00:00
skunkworxdark
b7ba426249
Fixed some params on tile gen tests on tests
2023-12-08 18:53:28 +00:00
skunkworxdark
d3ad356c6a
Ruff Formatting
...
Fix pyTest issues
2023-12-08 18:31:33 +00:00
skunkworxdark
8cda42ab0a
ruff formatting
2023-12-08 18:17:40 +00:00
skunkworxdark
fed2bdafeb
Added Defaults to calc_tiles_min_overlap for overlap and round
...
Added tests for min_overlap and even_split tile gen
2023-12-08 18:16:13 +00:00
Ryan Dick
1d0dc7eeab
Add unit tests for merge_tiles_with_linear_blending(...).
2023-11-29 09:48:55 -05:00
Ryan Dick
1f63fa8236
Add unit tests for calc_tiles_with_overlap(...) and fix a bug in its implementation.
2023-11-29 09:48:55 -05:00
Ryan Dick
caf47dee09
Add unit tests for tile paste(...) util function.
2023-11-29 09:48:55 -05:00