Skip to content

Commit

Permalink
Add test for nonempty_domain w/ string domain
Browse files Browse the repository at this point in the history
x-ref #308
  • Loading branch information
ihnorton committed May 14, 2020
1 parent 9cbd365 commit 35e5ff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tiledb/tests/test_libtiledb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2002,6 +2002,7 @@ def test_sparse_string_domain(self):
res = A[ned[0] : ned[1]]
assert_array_equal(res['a'], data)
self.assertEqual(set(res['d']), set(coords))
self.assertEqual(A.nonempty_domain(), ((b"aa", b"dddd"),))


def test_sparse_string_domain2(self):
Expand Down

0 comments on commit 35e5ff6

Please sign in to comment.