Skip to content

Commit 5a13423

Browse files
committed
fix lu/1 on torchx tests
1 parent 613a0a3 commit 5a13423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

torchx/test/torchx/nx_linalg_doctest_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule Torchx.NxLinAlgDoctestTest do
2424
# All of these have tests in nx_linalg_test.exs
2525
@property_doctests [
2626
eigh: 2,
27-
lu: 2,
27+
lu: 1,
2828
svd: 2
2929
]
3030

0 commit comments

Comments
 (0)