Skip to content

Commit 930e971

Browse files
Update stubs/resampy/resampy/interpn.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent e6c29a6 commit 930e971

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

stubs/resampy/resampy/interpn.pyi

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ _resample_loop_p = ...
1919
_resample_loop_s = ...
2020

2121
def resample_f_p(
22-
x: np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]],
23-
t_out: np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]],
24-
interp_win: np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]],
25-
interp_delta: np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]],
22+
x: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
23+
t_out: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
24+
interp_win: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
25+
interp_delta: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
2626
num_table: int,
2727
scale: float,
28-
y: np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]],
28+
y: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
2929
) -> None: ...
3030
def resample_f_s(
31-
x: np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]],
32-
t_out: np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]],
33-
interp_win: np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]],
34-
interp_delta: np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]],
31+
x: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
32+
t_out: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
33+
interp_win: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
34+
interp_delta: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
3535
num_table: int,
3636
scale: float,
37-
y: np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]],
37+
y: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
3838
) -> None: ...

0 commit comments

Comments
 (0)