Skip to content

Commit e8cd4de

Browse files
committed
slice
1 parent 814b4f0 commit e8cd4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/pag/test_pag_sd_inpaint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def test_pag_uncond(self):
311311
image_slice = image[0, -3:, -3:, -1].flatten()
312312
assert image.shape == (1, 512, 512, 3)
313313
expected_slice = np.array(
314-
[0.41597816, 0.39302617, 0.44287828, 0.2687074, 0.28315824, 0.40582314, 0.20877528, 0.2380802, 0.39447647]
314+
[0.3876953, 0.40356445, 0.4934082, 0.39697266, 0.41674805, 0.41015625, 0.375, 0.36914062, 0.40649414]
315315
)
316316
assert (
317317
np.abs(image_slice.flatten() - expected_slice).max() < 1e-3

0 commit comments

Comments
 (0)