We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1692489 commit 5d615c7Copy full SHA for 5d615c7
src/jabs_postprocess/utils/metadata.py
@@ -45,7 +45,9 @@ def __init__(
45
threshold_max: high threshold for calling behavior (default 1.0)
46
"""
47
self._behavior = behavior
48
- self._interpolate = interpolate if interpolate is not None else DEFAULT_INTERPOLATE
+ self._interpolate = (
49
+ interpolate if interpolate is not None else DEFAULT_INTERPOLATE
50
+ )
51
self._stitch = stitch if stitch is not None else DEFAULT_STITCH
52
self._min_bout = min_bout if min_bout is not None else DEFAULT_MIN_BOUT
53
0 commit comments