@@ -19,20 +19,20 @@ _resample_loop_p = ...
1919_resample_loop_s = ...
2020
2121def 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 : ...
3030def 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