We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_flaky
1 parent c6e08ec commit f088027Copy full SHA for f088027
tests/pipelines/marigold/test_marigold_depth.py
@@ -34,6 +34,7 @@
34
from diffusers.utils.testing_utils import (
35
enable_full_determinism,
36
floats_tensor,
37
+ is_flaky,
38
load_image,
39
require_torch_gpu,
40
slow,
@@ -232,6 +233,7 @@ def test_marigold_depth_dummy_G0_S1_P64_E1_B1_M1(self):
232
233
match_input_resolution=True,
234
)
235
236
+ @is_flaky
237
def test_marigold_depth_dummy_G0_S1_P32_E3_B1_M1(self):
238
self._test_marigold_depth(
239
generator_seed=0,
@@ -244,6 +246,7 @@ def test_marigold_depth_dummy_G0_S1_P32_E3_B1_M1(self):
244
246
245
247
248
249
250
def test_marigold_depth_dummy_G0_S1_P32_E4_B2_M1(self):
251
252
0 commit comments