Skip to content

Commit

Permalink
fix: fixed ivy.minimum tests not passing at tensorflow paddle backend (
Browse files Browse the repository at this point in the history
…#27963)

Co-authored-by: NripeshN <nripesh14@gmail.com>
  • Loading branch information
samthakur587 and NripeshN committed Jan 22, 2024
1 parent f2316e7 commit 38d6441
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,7 @@ def test_maximum(
@handle_test(
fn_tree="functional.ivy.minimum",
dtype_and_x_and_use_where=min_max_helper(),
test_gradients=st.just(False),
)
def test_minimum(
*, dtype_and_x_and_use_where, test_flags, backend_fw, fn_name, on_device
Expand Down

0 comments on commit 38d6441

Please sign in to comment.