Skip to content

Commit d91d20e

Browse files
committed
update .pyi files
1 parent d84556d commit d91d20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyDF/libdf.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class DF:
2222
"""
2323
...
2424

25-
def analysis(self, input: ndarray) -> ndarray:
25+
def analysis(self, input: ndarray, reset: bool = True) -> ndarray:
2626
"""Analysis of a time-domain signal.
2727
2828
Args:
@@ -34,7 +34,7 @@ class DF:
3434
"""
3535
...
3636

37-
def synthesis(self, input: ndarray) -> ndarray:
37+
def synthesis(self, input: ndarray, reset: bool = True) -> ndarray:
3838
"""Synthesis of a frequency-domain signal.
3939
4040
Args:

0 commit comments

Comments
 (0)