Skip to content

Commit 1c47acd

Browse files
fix lialg.cholesky (#772)
1 parent 0369ad3 commit 1c47acd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpnp/linalg/dpnp_iface_linalg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ def cholesky(input):
9393
pass
9494
elif input.shape[-1] != input.shape[-2]:
9595
pass
96-
elif input.ndim < 3:
97-
pass
9896
else:
9997
return dpnp_cholesky(input)
10098

0 commit comments

Comments
 (0)