We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
linalg.LinAlgError
1 parent 44c2263 commit 5f57028Copy full SHA for 5f57028
numpy/linalg/__init__.pyi
@@ -67,4 +67,4 @@ __all__ = [
67
"vecdot",
68
]
69
70
-class LinAlgError(Exception): ...
+class LinAlgError(ValueError): ...
0 commit comments