Skip to content

Commit 6f795b9

Browse files
committed
update typing for extractStateIntervals
1 parent 620bcff commit 6f795b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tempo/tsdf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ def tempo_fourier_util(pdf):
13411341
def extractStateIntervals(
13421342
self,
13431343
*metric_cols: str,
1344-
state_definition: Union[str, Callable[[Column, Column], Column[bool]]] = "=",
1344+
state_definition: Union[str, Callable[[Column, Column], Column]] = "=",
13451345
) -> DataFrame:
13461346
"""
13471347
Extracts intervals from a :class:`~tsdf.TSDF` based on some notion of "state", as defined by the :param

0 commit comments

Comments
 (0)