mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-16 11:21:25 +08:00
clean-up code
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
""" to compile this use:
|
||||
>>> python setup.py build_ext --inplace
|
||||
|
||||
to generate html report use:
|
||||
>>> cython -a core.pxd
|
||||
"""
|
||||
|
||||
#cython: cdivision=True
|
||||
#cython: boundscheck=False
|
||||
#cython: nonecheck=False
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
""" to compile this use:
|
||||
>>> python setup.py build_ext --inplace
|
||||
|
||||
to generate html report use:
|
||||
>>> cython -a core16p.pxd
|
||||
"""
|
||||
|
||||
#cython: cdivision=True
|
||||
#cython: boundscheck=False
|
||||
#cython: nonecheck=False
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
""" to compile this use:
|
||||
>>> python setup.py build_ext --inplace
|
||||
|
||||
to generate html report use:
|
||||
>>> cython -a core8p.pxd
|
||||
"""
|
||||
|
||||
#cython: cdivision=True
|
||||
#cython: boundscheck=False
|
||||
#cython: nonecheck=False
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
""" to compile this use:
|
||||
>>> python setup.py build_ext --inplace
|
||||
|
||||
to generate html report use:
|
||||
>>> cython -a crank_percentiles.pxd
|
||||
|
||||
"""
|
||||
|
||||
#cython: cdivision=True
|
||||
#cython: boundscheck=False
|
||||
#cython: nonecheck=False
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
""" to compile this use:
|
||||
>>> python setup.py build_ext --inplace
|
||||
|
||||
to generate html report use:
|
||||
>>> cython -a crank_percentiles.pxd
|
||||
|
||||
"""
|
||||
|
||||
#cython: cdivision=True
|
||||
#cython: boundscheck=False
|
||||
#cython: nonecheck=False
|
||||
|
||||
Reference in New Issue
Block a user