Skip to content

Commit

Permalink
Update base_tests_zarrio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Dec 27, 2023
1 parent 63922ae commit 793e8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/base_tests_zarrio.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def test_read_reference_compound(self):

# ensure the array was written as a compound array
ref_dtype = np.dtype([('id', '<i8'), ('name', '<U25'), ('reference', 'O')])
assert read_builder.data.dataset.dtype == ref_dtype
self.assertEqual(read_builder.data.dataset.dtype, ref_dtype)

# Load the elements of each entry in the compound dataset and compar the index, string, and referenced array
for i, v in enumerate(read_builder['data']):
Expand Down

0 comments on commit 793e8fd

Please sign in to comment.