From 6803e86002837808fd68f70ed456c3cab07436c1 Mon Sep 17 00:00:00 2001 From: Jay Choy <91728831+ZJay07@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:40:22 +0000 Subject: [PATCH] added smallest abs value --- .../test_ivy/test_frontends/test_jax/test_lax/test_operators.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ivy_tests/test_ivy/test_frontends/test_jax/test_lax/test_operators.py b/ivy_tests/test_ivy/test_frontends/test_jax/test_lax/test_operators.py index 649b2cfaba96f..8c0d6f6e0f7c6 100644 --- a/ivy_tests/test_ivy/test_frontends/test_jax/test_lax/test_operators.py +++ b/ivy_tests/test_ivy/test_frontends/test_jax/test_lax/test_operators.py @@ -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), )