Skip to content

Commit

Permalink
can use ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Sep 15, 2024
1 parent 30e3217 commit 2afcf5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_einsum.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ def test_einsum_various_errors():
m1 = hax.ones((Height, Hidth, Depth))
m2 = hax.ones((Depth, Hidth, Height))

with pytest.raises(ValueError, match="Can't use ellipsis"):
einsum("-> ...", m1, m2)

with pytest.raises(ValueError, match="multiple times"):
einsum("-> Height Height", m1, m2)

Expand Down

0 comments on commit 2afcf5e

Please sign in to comment.