Skip to content

Commit 76b75cc

Browse files
committed
skipIfNoLapack
1 parent 3670bc1 commit 76b75cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_autograd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4922,6 +4922,7 @@ def fn(*inputs):
49224922
setattr(TestAutogradDeviceType, test_name, do_test)
49234923

49244924
class TestAutogradComplex(TestCase):
4925+
@skipIfNoLapack
49254926
def test_complex_cholesky(self):
49264927
def func(x, upper):
49274928
x = 0.5 * (x + x.transpose(-1, -2).conj())

0 commit comments

Comments
 (0)