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.
1 parent 289b597 commit 3a3fec2Copy full SHA for 3a3fec2
pytensor/link/numba/dispatch/slinalg.py
@@ -40,7 +40,7 @@ def _solve_check(n, info, lamch=False, rcond=None):
40
E = _xlamch("E")
41
if rcond < E:
42
# TODO: This should be a warning, but we can't raise warnings in numba mode
43
- print(
+ print( # noqa: T201
44
"Ill-conditioned matrix, rcond=", rcond, ", result may not be accurate."
45
)
46
0 commit comments