I noticed this while fixing tests in #738 for smaller files.
In this test function:
|
def test_apply_func_block(self, example, padding): |
If the padding is larger than the half-width of a tile (let's say a padding of 5, and tile size of 10), then the process fails (when it should work) without an error that makes it easy to understand that this is the cause.