Skip to content

Commit

Permalink
Update tests/unit/base_tests_zarrio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Jun 17, 2023
1 parent d4c1964 commit fdf5475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/base_tests_zarrio.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ def test_write_reference_compound(self):
def test_read_int(self):
test_data = np.arange(100, 200, 10).reshape(5, 2)
self.test_write_int(test_data=test_data)

dataset = self.read_test_dataset()['data'][:]
self.assertTrue(np.all(test_data == dataset))

Expand Down

0 comments on commit fdf5475

Please sign in to comment.