Commit 7aef6584 authored by Stefan Behnel's avatar Stefan Behnel

remove unused doctest code

parent 6fec2cd8
......@@ -295,7 +295,6 @@ def test_fused_memslice_dtype_repeated(cython.floating[:] array1, cython.floatin
"""
Note: the np.ndarray dtype test is in numpy_test
>>> import cython
>>> sorted(test_fused_memslice_dtype_repeated.__signatures__)
['double', 'float']
......@@ -314,7 +313,6 @@ def test_fused_memslice_dtype_repeated_2(cython.floating[:] array1, cython.float
"""
Note: the np.ndarray dtype test is in numpy_test
>>> import cython
>>> sorted(test_fused_memslice_dtype_repeated_2.__signatures__)
['double|double', 'double|int', 'float|double', 'float|int']
......
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