Skip to content

Commit f308524

Browse files
committed
Remove internal API.
1 parent 84782b7 commit f308524

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# The functions are part of the internal API.
12
resampy.interpn.resample_f_p
23
resampy.interpn.resample_f_s

stubs/resampy/resampy/interpn.pyi

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
1-
import numpy as np
2-
3-
def resample_f_p(
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_s(
13-
x: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
14-
t_out: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
15-
interp_win: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
16-
interp_delta: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
17-
num_table: int,
18-
scale: float,
19-
y: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
20-
) -> None: ...
1+
# [This page intentionally left blank.]

0 commit comments

Comments
 (0)