Commit b1258271 authored by Kirill Smelkov's avatar Kirill Smelkov

fixup! bigarray: Explicitly reject dtypes with object inside

Remove debug print leftover from added test in e44bd761.
parent e44bd761
......@@ -73,7 +73,6 @@ def test_bigarray_noobject():
# it will become S0 or U0
obj_dtypev = [numpy.object, 'O', 'i4, O', [('x', 'i4'), ('y', 'i4, O')]]
for dtype_ in obj_dtypev:
print dtype_
raises(TypeError, "BigArray((1,), dtype_, Zh)")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment