Skip to content

Commit 6b375d0

Browse files
committed
👽️ add linalg.lapack_lite.LapackError
1 parent 6f48dc8 commit 6b375d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/numpy-stubs/linalg/lapack_lite.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ class _ZUNGQR(TypedDict):
5757

5858
_ilp64: Final[bool] = ...
5959

60+
class LapackError(Exception): ...
61+
6062
def dgelsd(
6163
m: int,
6264
n: int,

0 commit comments

Comments
 (0)