Skip to content

Commit

Permalink
fix:fixed ivy.maximum tests for all backend (#27971)
Browse files Browse the repository at this point in the history
  • Loading branch information
samthakur587 authored Jan 22, 2024
1 parent 0f8f487 commit fc422f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,7 @@ def test_logical_xor(*, dtype_and_x, test_flags, backend_fw, fn_name, on_device)
@handle_test(
fn_tree="functional.ivy.maximum",
dtype_and_x_and_use_where=min_max_helper(),
test_gradients=st.just(False),
)
def test_maximum(
*, dtype_and_x_and_use_where, test_flags, backend_fw, fn_name, on_device
Expand Down

0 comments on commit fc422f8

Please sign in to comment.