Skip to content

Commit

Permalink
disable test on linalg.vander with note about blocking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr4k committed Jul 16, 2023
1 parent f2cd347 commit 6fabad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_mps.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ def mps_ops_modifier(ops):
'linalg.solve_ex': None,
'linalg.svdvals': None,
'linalg.tensorsolve': None,
'linalg.vander': None, # blocked on #105284 and #105277
'linalg.vecdot': None,
'logcumsumexp': None,
'logdet': None,
Expand Down

0 comments on commit 6fabad5

Please sign in to comment.