Skip to content

Commit

Permalink
remove line deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan committed Dec 11, 2023
1 parent 2e0f6a5 commit 5588926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/python/test/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import tiledb


def xbin_mmap(fname, dtype):
n, d = map(int, np.fromfile(fname, dtype="uint32", count=2))
assert os.stat(fname).st_size == 8 + n * d * np.dtype(dtype).itemsize
Expand Down

0 comments on commit 5588926

Please sign in to comment.