We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0369ad3 commit 1c47acdCopy full SHA for 1c47acd
1 file changed
dpnp/linalg/dpnp_iface_linalg.py
@@ -93,8 +93,6 @@ def cholesky(input):
93
pass
94
elif input.shape[-1] != input.shape[-2]:
95
96
- elif input.ndim < 3:
97
- pass
98
else:
99
return dpnp_cholesky(input)
100
0 commit comments