Skip to content

Commit 4e64d12

Browse files
committed
added test
1 parent 5d74ee1 commit 4e64d12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test_block_index.py

+6
Original file line numberDiff line numberDiff line change
@@ -794,3 +794,9 @@ def test_block_index_iter_contiguous_h2(self) -> None:
794794
(0, 2),
795795
(1, 1)])
796796

797+
798+
def test_block_index_iter_contiguous_i(self) -> None:
799+
bi1 = BlockIndex()
800+
bi1.register(np.arange(6).reshape(2,3))
801+
bi1.register(np.arange(6).reshape(2,3))
802+

0 commit comments

Comments
 (0)