[V3] converted nodes_images.py to V3 schema (#11206)

* converted nodes_images.py to V3 schema

* fix test
This commit is contained in:
Alexander Piskun
2025-12-27 05:39:02 +02:00
committed by GitHub
parent 865568b7fc
commit eff4ea0b62
5 changed files with 351 additions and 359 deletions

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):