We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2261de5 commit b99ca51Copy full SHA for b99ca51
tests/app/invocations/test_flux_denoise.py
@@ -31,6 +31,7 @@ def test_prep_cfg_scale(
31
cfg_scale_end_step: int,
32
expected: list[float],
33
):
34
+ raise Exception('simulate test failure')
35
result = FluxDenoiseInvocation.prep_cfg_scale(cfg_scale, timesteps, cfg_scale_start_step, cfg_scale_end_step)
36
assert result == expected
37
0 commit comments