Skip to content

Commit

Permalink
update typing for extractStateIntervals
Browse files Browse the repository at this point in the history
  • Loading branch information
R7L208 committed Aug 10, 2022
1 parent 620bcff commit 6f795b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tempo/tsdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ def tempo_fourier_util(pdf):
def extractStateIntervals(
self,
*metric_cols: str,
state_definition: Union[str, Callable[[Column, Column], Column[bool]]] = "=",
state_definition: Union[str, Callable[[Column, Column], Column]] = "=",
) -> DataFrame:
"""
Extracts intervals from a :class:`~tsdf.TSDF` based on some notion of "state", as defined by the :param
Expand Down

0 comments on commit 6f795b9

Please sign in to comment.