File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- scipy.cluster.vq.whiten
2-
31scipy.interpolate.RectBivariateSpline.__init__
42scipy.interpolate._bsplines.make_smoothing_spline
53scipy.interpolate._fitpack2.RectBivariateSpline.__init__
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ class ClusterError(Exception): ...
2121
2222#
2323@overload
24- def whiten (obs : onp .ArrayND [np .bool_ | np .integer [Any ]], check_finite : bool = True ) -> onp .Array2D [np .float64 ]: ...
24+ def whiten (obs : onp .ArrayND [np .bool_ | np .integer [Any ]], check_finite : bool | None = None ) -> onp .Array2D [np .float64 ]: ...
2525@overload
26- def whiten (obs : onp .ArrayND [_InexactT ], check_finite : bool = True ) -> onp .Array2D [_InexactT ]: ...
26+ def whiten (obs : onp .ArrayND [_InexactT ], check_finite : bool | None = None ) -> onp .Array2D [_InexactT ]: ...
2727
2828#
2929@overload
You can’t perform that action at this time.
0 commit comments