Skip to content

Commit

Permalink
Fix! Fix Ivy Failing Test: paddle jax tensoflow- general.inplace_upda…
Browse files Browse the repository at this point in the history
…te (#28022)
  • Loading branch information
MuhammadNizamani authored Jan 30, 2024
1 parent bd44715 commit 2f03afc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ def test_inplace_increment(x_val_and_dtypes, test_flags, on_device, backend_fw):
shared_dtype=True,
),
keep_x_dtype=st.booleans(),
inplace_mode=st.sampled_from(["lenient", "strict"]),
inplace_mode=st.just("lenient"),
)
def test_inplace_update(
x_val_and_dtypes, keep_x_dtype, inplace_mode, test_flags, on_device, backend_fw
Expand Down

0 comments on commit 2f03afc

Please sign in to comment.