Skip to content

Commit 84782b7

Browse files
committed
Remove internal API: _resample_loop.
1 parent 5796fde commit 84782b7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

stubs/resampy/resampy/interpn.pyi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
import numpy as np
22

3-
def _resample_loop(
4-
x: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
5-
t_out: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
6-
interp_win: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
7-
interp_delta: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
8-
num_table: int,
9-
scale: float,
10-
y: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
11-
) -> None: ...
123
def resample_f_p(
134
x: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
145
t_out: np.ndarray[tuple[int, ...], np.dtype[np.floating]],

0 commit comments

Comments
 (0)