Adding type suppressions for pyrefly
PiperOrigin-RevId: 950703735 Change-Id: I6b6d5826a0dd1f4c0a1cbb2a46aee944cd60d884
This commit is contained in:
committed by
Copybara-Service
parent
00abc5465f
commit
78946ca94e
@@ -53,7 +53,7 @@ def _warn_if_ill_conditioned(
|
||||
residual=f,
|
||||
x=x0.reshape(-1, 1),
|
||||
r=r0,
|
||||
eps=eps,
|
||||
eps=eps, # pyrefly: ignore[bad-argument-type]
|
||||
n_res=0,
|
||||
bounds=[bounds[0].reshape(-1, 1), bounds[1].reshape(-1, 1)],
|
||||
)[0],
|
||||
|
||||
Reference in New Issue
Block a user