Skip to content

Commit

Permalink
Fix case.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdx1989 committed Dec 29, 2023
1 parent f027c62 commit ac1ecd7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dicp/test/op/test_lt.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ def test_torch_lt(self, sizes, dtype, compiled_model):
input1 = torch.randn(size1, dtype=dtype)
input2 = torch.randn(size2, dtype=dtype)

# for case number 4
if size1 != size2:
input1 = torch.tensor([0, 1, 2, 3])
input2 = torch.tensor([[1], [2], [3], [4]])

dicp_input1 = input1.to(device)
dicp_input2 = input2.to(device)

Expand Down

0 comments on commit ac1ecd7

Please sign in to comment.