Skip to content

Commit

Permalink
add diag check
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Oct 22, 2024
1 parent c506c68 commit 78dec01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_autoray.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ def gen_rand(shape, backend, dtype="float64"):
("cosh", (), ()),
("count_nonzero", (), ()),
("cumsum", (0,), ("sparse",)),
("diag", (), ("sparse",)),
("diag", (1,), ("sparse",)),
("diag", (-1,), ("sparse",)),
("exp", (), ()),
("imag", (), ()),
("log", (), ()),
Expand Down

0 comments on commit 78dec01

Please sign in to comment.