Skip to content
Snippets Groups Projects
Commit 6920b1581105 authored by Stefan Behnel's avatar Stefan Behnel
Browse files

fix test when using NumPy 1.7

parent 4bc8174cb65e
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@
def obj_array():
cdef object[object, ndim=1] buf = np.array(["a", 1, {}])
print buf
print str(buf).replace('"', '').replace("'", '')
print buf[0], buf[1], buf[2]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment