Adding type suppressions for pyrefly

PiperOrigin-RevId: 950703735
Change-Id: I6b6d5826a0dd1f4c0a1cbb2a46aee944cd60d884
This commit is contained in:
Hana Joo
2026-07-20 02:39:22 -07:00
committed by Copybara-Service
parent 00abc5465f
commit 78946ca94e
30 changed files with 193 additions and 193 deletions
+1 -1
View File
@@ -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],