Skip to content

Commit 04aafa9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent faa6ce2 commit 04aafa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_filter_overlapping():
9898
"end": [200, 970],
9999
}
100100
)
101-
101+
102102
# Test with DataFrame input
103103

104104
# method='any'
@@ -108,7 +108,7 @@ def test_filter_overlapping():
108108

109109
# method='any'
110110
# Window, non-overlapping
111-
assert filter_overlapping(intervals, ref_intervals, window=50, invert=True,
111+
assert filter_overlapping(intervals, ref_intervals, window=50, invert=True,
112112
method="any").equals(intervals.iloc[[3], :])
113113

114114
# method='all'

0 commit comments

Comments
 (0)