Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Apr 19, 2024
1 parent eda2628 commit f79865d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_utils/test_array_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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([[]]),
Expand Down

0 comments on commit f79865d

Please sign in to comment.