Skip to content
Snippets Groups Projects
Commit df3ebd32 authored by David Schäfer's avatar David Schäfer
Browse files

fix docstring again

parent 3edc3308
No related branches found
No related tags found
1 merge request!611docstring changes
Pipeline #146273 passed with stages
in 7 minutes and 15 seconds
This commit is part of merge request !611. Comments created here will be created in the context of that merge request.
......@@ -38,7 +38,7 @@ class NoiseMixin:
"""
Flag data chunks of length ``window``, if:
1. they excexceed ``thresh`` with regard to ``func``and
1. they excexceed ``thresh`` with regard to ``func`` and
2. all (maybe overlapping) sub-chunks of the data chunks with length ``sub_window``,
exceed ``sub_thresh`` with regard to ``func``
......@@ -54,7 +54,7 @@ class NoiseMixin:
Window (i.e. chunk) size.
thresh: float
Threshold. A given chunk is flagged, if the return value of ``func` excceeds ``thresh``.
Threshold. A given chunk is flagged, if the return value of ``func`` excceeds ``thresh``.
sub_window: str, default None,
Window size of sub chunks, that are additionally tested for exceeding ``sub_thresh``
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment