Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
Co-authored-by: Jen Bradley <[email protected]>
  • Loading branch information
DomFijan and janbridley authored Jul 19, 2024
1 parent 6dd604c commit c1ee54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dupin/data/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SignalAggregator:
This class can be used to create appropriate data structures for use in
analyzing a whole trajectory with offline methods or iteratively
analyzing for online use. See the `compute` and `accumulate` methods for
usage. The signal is stored in a deque, which allows for signal to be of
usage. The signal is stored in a deque, which maintains a signal of
constant length by forgetting earlier values. This is useful for online
detection. Full signal length can be achieved by setting `max_deque_length`
to `None`.
Expand Down

0 comments on commit c1ee54b

Please sign in to comment.