Commit 5976d24e authored by Robert Bradshaw's avatar Robert Bradshaw

Fix test.

parent cdedb132
......@@ -149,7 +149,7 @@ def test_value_type(x):
def test_value_type_complex(x):
"""
>>> test_value_type(2)
>>> test_value_type_complex(2)
(2+0j)
"""
cdef vector[double complex].value_type val = x
......
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