Skip to content

Commit 2a6efc0

Browse files
committed
fix wan vace test slice
1 parent 7c91644 commit 2a6efc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/wan/test_wan_image_to_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_inference(self):
149149
self.assertEqual(generated_video.shape, (9, 3, 16, 16))
150150

151151
# fmt: off
152-
expected_slice = torch.tensor([0.4525, 0.4525, 0.4497, 0.4536, 0.452, 0.4529, 0.454, 0.4535, 0.5072, 0.5527, 0.5165, 0.5244, 0.5481, 0.5282, 0.5208, 0.5214])
152+
expected_slice = torch.tensor([0.4531, 0.4527, 0.4498, 0.4542, 0.4526, 0.4527, 0.4534, 0.4534, 0.5061, 0.5185, 0.5283, 0.5181, 0.5309, 0.5365, 0.5113, 0.5244])
153153
# fmt: on
154154

155155
generated_slice = generated_video.flatten()

0 commit comments

Comments
 (0)