Skip to content

Commit 5a58ccc

Browse files
Fixed unit test (it checks the first element of the new pair)
1 parent 59aa266 commit 5a58ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exir/tests/test_arg_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def forward(self, x):
6464
ops.edge.aten._log_softmax.default.name(),
6565
)
6666
self.assertDictEqual(
67-
validator.violating_ops[key],
67+
validator.violating_ops[key][0],
6868
{
6969
"self": torch.bfloat16,
7070
"__ret_0": torch.bfloat16,

0 commit comments

Comments
 (0)