Skip to content

Commit ead5a8f

Browse files
committed
delete commented code [ci skip]
1 parent b113d0a commit ead5a8f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

zarr/tests/test_core.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -855,11 +855,6 @@ def test_structured_array(self):
855855
assert_array_equal(a['bar'], z['bar'])
856856
assert_array_equal(a['baz'], z['baz'])
857857

858-
# this does not raise with numpy 1.14
859-
# with pytest.raises(ValueError):
860-
# # dodgy fill value
861-
# self.create_array(shape=a.shape, chunks=2, dtype=a.dtype, fill_value=42)
862-
863858
def test_dtypes(self):
864859

865860
# integers

0 commit comments

Comments
 (0)