Skip to content

Commit

Permalink
Use pre-commit hook to format
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Aug 17, 2023
1 parent 46d9a00 commit 57591d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tiledb/tests/test_multi_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,9 @@ def test_multirange_1d_sparse_double(self):
assert_array_equal(orig_array[-1], A.multi_index[30.0][attr_name])
assert_array_equal(
orig_array[coords.size - 3 : coords.size],
A.multi_index[(28.0, 30.0),][attr_name],
A.multi_index[
(28.0, 30.0),
][attr_name],
)

res = A.multi_index[slice(0, 5)]
Expand Down

0 comments on commit 57591d3

Please sign in to comment.