Skip to content

Commit

Permalink
Cleanup test parameterization
Browse files Browse the repository at this point in the history
  • Loading branch information
omilyutin-tt committed Nov 20, 2024
1 parent 357d382 commit dab0a57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ttnn/unit_tests/operations/test_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ def test_empty(device, input_shapes):
[2, 1280, 64, 64],
],
)
@pytest.mark.parametrize("mesh_device", [pytest.param((1, 1), id="1x1_grid")], indirect=True)
def test_empty_multi_device(mesh_device, input_shapes):
torch_output_tensor = torch.empty((input_shapes), dtype=torch.bfloat16)

Expand Down

0 comments on commit dab0a57

Please sign in to comment.