Set unicode types in _align.pyx and test

This commit is contained in:
Matthew Honnibal 2018-02-23 14:35:38 +01:00
parent 51d9679aa3
commit 875411b875
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ i.e. D[i,j+1] + 1
g 4 0 0 0 0
'''
from __future__ import unicode_literals
import numpy
cimport numpy as np
from .compat import unicode_

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
import pytest
from .._align import align