This commit is contained in:
bigcat88 2025-12-09 09:58:15 +02:00
parent 0548d9c2cc
commit 3bf3c4aa2b
No known key found for this signature in database
GPG Key ID: 1F0BF0EC3CF22721

View File

@ -25,7 +25,7 @@ class TestImageStitch:
result = node.stitch(image1, "right", True, 0, "white", image2=None)
assert len(result) == 1
assert len(result.result) == 1
assert torch.equal(result[0], image1)
def test_basic_horizontal_stitch_right(self):