Skip to content

Commit 3a3fec2

Browse files
pre-commit
1 parent 289b597 commit 3a3fec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/link/numba/dispatch/slinalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _solve_check(n, info, lamch=False, rcond=None):
4040
E = _xlamch("E")
4141
if rcond < E:
4242
# TODO: This should be a warning, but we can't raise warnings in numba mode
43-
print(
43+
print( # noqa: T201
4444
"Ill-conditioned matrix, rcond=", rcond, ", result may not be accurate."
4545
)
4646

0 commit comments

Comments
 (0)