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.
1 parent 48f3996 commit bbbbbd5Copy full SHA for bbbbbd5
stubs/resampy/resampy/interpn.pyi
@@ -9,13 +9,6 @@ def _resample_loop(
9
scale: float,
10
y: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
11
) -> None: ...
12
-
13
-# JIT-compiled parallel version of _resample_loop
14
-_resample_loop_p = ...
15
16
-# JIT-compiled sequential version of _resample_loop
17
-_resample_loop_s = ...
18
19
def resample_f_p(
20
x: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
21
t_out: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
0 commit comments