Skip to content

Commit

Permalink
Remove last bit or torch.eig from functorch/test/test_ops.py (pytorch…
Browse files Browse the repository at this point in the history
  • Loading branch information
kit1980 authored and pytorchmergebot committed Sep 9, 2022
1 parent cd50512 commit f598b5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functorch/test/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ def fn(inp, *args, **kwargs):
xfail("chalf"), # rank 4 tensor for channels_last
xfail("cumprod"), # calls item
xfail("double"), # rank 4 tensor for channels_last
xfail("eig"), # calls item
xfail("float"), # rank 4 tensor for channels_last
xfail("half"), # rank 4 tensor for channels_last
# It looks like you're either (1) calling .item() on a Tensor or
Expand Down

0 comments on commit f598b5b

Please sign in to comment.