We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd890f commit 1b21819Copy full SHA for 1b21819
1 file changed
src/maxdiffusion/tests/wan_animate/test_transformer_wan_animate.py
@@ -687,4 +687,4 @@ def test_equivalence_wan_animate_transformer(self):
687
np_jax = np.array(jax_out)
688
689
np.testing.assert_equal(np_pt.shape, np_jax.shape)
690
- np.testing.assert_allclose(np_pt, np_jax, rtol=1e-3, atol=5e-3)
+ np.testing.assert_allclose(np_pt, np_jax, rtol=1e-3, atol=1e-2)
0 commit comments