In [4]:
# Tests the C module
import sys
sys.path.append("..")
import cc_segmenter as CC

test_array = np.linspace(1, 10)
CC.segment(test_array)
print "merda"


merda