Skip to content

Commit 5346bcb

Browse files
jorenhamCopilot
andauthored
🩹 integrate: fix minor odeint annotation inconsistency
Co-authored-by: Copilot <[email protected]>
1 parent 5bf9e94 commit 5346bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scipy-stubs/integrate/_odepack_py.pyi‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def odeint(
195195
y0: onp.ToFloat1D | float,
196196
t: onp.ToFloat1D,
197197
args: tuple[*_Ts],
198-
Dfun: _FuncTY[*_Ts, onp.ToFloat2D] | None = None,
198+
Dfun: _FuncYT[*_Ts, onp.ToFloat2D] | None = None,
199199
col_deriv: onp.ToBool = 0,
200200
*,
201201
full_output: Literal[True, 1],

0 commit comments

Comments
 (0)