Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansw1 committed Nov 8, 2023
1 parent 4753c13 commit 68447a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tobac/feature_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ def feature_detection_multithreshold_timestep(
dxy: float = -1,
wavelength_filtering: tuple[float] = None,
strict_thresholding: bool = False,
statistics: Union[dict[str, Union[Callable, tuple[Callable, dict]]], None] = None
statistics: Union[dict[str, Union[Callable, tuple[Callable, dict]]], None] = None,
) -> pd.DataFrame:
"""Find features in each timestep.
Expand Down Expand Up @@ -1145,7 +1145,7 @@ def feature_detection_multithreshold(
wavelength_filtering: tuple = None,
dz: Union[float, None] = None,
strict_thresholding: bool = False,
statistics: Union[dict[str, Union[Callable, tuple[Callable, dict]]],None]=None,
statistics: Union[dict[str, Union[Callable, tuple[Callable, dict]]], None] = None,
) -> pd.DataFrame:
"""Perform feature detection based on contiguous regions.
Expand Down

0 comments on commit 68447a4

Please sign in to comment.