From f79865d948382a2b377ff2c53fe308d96dcce57e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Fri, 19 Apr 2024 09:46:23 +0200 Subject: [PATCH] Added test --- tests/test_utils/test_array_handling.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_utils/test_array_handling.py b/tests/test_utils/test_array_handling.py index de314772..425ce8f1 100644 --- a/tests/test_utils/test_array_handling.py +++ b/tests/test_utils/test_array_handling.py @@ -472,6 +472,7 @@ class TestMergeIntervals: np.array([[-2, 5]]), 1, ), + (np.empty(shape=(0, 2)), np.empty(shape=(0, 2)), 0), ( np.array([[]]), np.array([[]]),