Skip to content

Commit 7399d9d

Browse files
committed
fix repr tests
1 parent 5a934ec commit 7399d9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numcodecs/tests/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
from numcodecs.compat import buffer_tobytes, ndarray_from_buffer
1515
from numcodecs.registry import get_codec
16+
# star import needed for repr tests so eval finds names
17+
from numcodecs import * # noqa
1618

1719

1820
greetings = [u'¡Hola mundo!', u'Hej Världen!', u'Servus Woid!', u'Hei maailma!',

0 commit comments

Comments
 (0)