Skip to content

Commit 7b9db76

Browse files
committed
fix: test_torch_normalize
1 parent 2731040 commit 7b9db76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ivy_tests/test_ivy/test_frontends/test_torch/test_nn/test_functional/test_non_linear_activation_functions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,9 @@ def test_torch_mish(
750750
max_axes_size=1,
751751
force_int_axis=True,
752752
valid_axis=True,
753+
min_value=-1e+05,
754+
max_value=1e+05,
755+
abs_smallest_val=1e-05,
753756
),
754757
p=helpers.ints(min_value=2, max_value=5),
755758
)

0 commit comments

Comments
 (0)