Skip to content

Commit

Permalink
tweak test
Browse files Browse the repository at this point in the history
Adding bools appears to be inconsistent in torch versions. Tweaking
until we determine the required behavior
  • Loading branch information
rsuderman committed Nov 1, 2024
1 parent 7b9081d commit 7c99a6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def forward(self, a, b):
def ElementwiseAddBoolModule_basic(module, tu: TestUtils):
module.forward(
torch.tensor([False, False, True, True]),
torch.tensor([False, True, True, False]),
torch.tensor([False, True, False, False]),
)


Expand Down

0 comments on commit 7c99a6c

Please sign in to comment.