Skip to content

Commit

Permalink
refactor: removed the redundant test_set_framework (ivy-llc#23123)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan authored and druvdub committed Oct 14, 2023
1 parent ddb8f13 commit 55b604a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ivy_tests/test_ivy/test_functional/test_core/test_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -1621,12 +1621,6 @@ def test_scatter_nd(x, reduction, test_flags, backend_fw, fn_name, on_device):
# ------#


@given(fw_str=st.sampled_from(["numpy", "jax", "torch", "tensorflow"]))
def test_set_framework(fw_str):
ivy.set_backend(fw_str)
ivy.previous_backend()


@pytest.mark.parametrize("mode", ["lenient", "strict"])
def test_set_inplace_mode(mode):
ivy.set_inplace_mode(mode)
Expand Down

0 comments on commit 55b604a

Please sign in to comment.