Skip to content

Commit 390439a

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent aa0f1d8 commit 390439a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_morphsqueeze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def test_sort_squeeze_bad(user_filesystem, squeeze_coeffs, x_morph):
267267
# x[-1] > x[0], monotonically decreasing regions are overlapping
268268
([0, 10, 7, 12], [[7, 10]]),
269269
# x[-1] < x[0], monotonically increasing regions are overlapping
270-
([0, 5, 2, 4, -10], [[0, 5], [2, 4]])
270+
([0, 5, 2, 4, -10], [[0, 5], [2, 4]]),
271271
],
272272
)
273273
def test_get_overlapping_regions(turning_points, expected_overlapping_regions):

0 commit comments

Comments
 (0)