Skip to content

Commit

Permalink
#0: squash this
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-nshanker committed Feb 22, 2024
1 parent 5bca50e commit 7da23d1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/ttnn/unit_tests/operations/test_unary.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@ def test_atanh(device, h, w):
run_unary_test(device, h, w, ttnn.atanh, torch.atanh)


@pytest.mark.parametrize("h", [64])
@pytest.mark.parametrize("w", [128])
def test_clone(device, h, w):
run_unary_test(device, h, w, ttnn.clone, torch.clone)


@pytest.mark.parametrize("h", [64])
@pytest.mark.parametrize("w", [128])
def test_logical_not(device, h, w):
Expand Down

0 comments on commit 7da23d1

Please sign in to comment.