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
-
3
1
scipy.interpolate.RectBivariateSpline.__init__
4
2
scipy.interpolate._bsplines.make_smoothing_spline
5
3
scipy.interpolate._fitpack2.RectBivariateSpline.__init__
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ class ClusterError(Exception): ...
21
21
22
22
#
23
23
@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 ]: ...
25
25
@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 ]: ...
27
27
28
28
#
29
29
@overload
You can’t perform that action at this time.
0 commit comments