We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_resample_loop
1 parent 5796fde commit 84782b7Copy full SHA for 84782b7
stubs/resampy/resampy/interpn.pyi
@@ -1,14 +1,5 @@
1
import numpy as np
2
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: ...
12
def resample_f_p(
13
x: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
14
t_out: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
0 commit comments