Skip to content

Commit

Permalink
fix: fix test for jax.lax.ne from jax frontend for the paddle backend…
Browse files Browse the repository at this point in the history
… adding safety factor (#28728)
  • Loading branch information
ZJay07 committed May 1, 2024
1 parent 6e7807c commit 14a6c2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2266,6 +2266,7 @@ def test_jax_mul(
available_dtypes=helpers.get_dtypes("numeric"),
num_arrays=2,
shared_dtype=True,
abs_smallest_val=1e-07,
),
test_with_out=st.just(False),
)
Expand Down

0 comments on commit 14a6c2f

Please sign in to comment.