We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a934ec commit 7399d9dCopy full SHA for 7399d9d
numcodecs/tests/common.py
@@ -13,6 +13,8 @@
13
14
from numcodecs.compat import buffer_tobytes, ndarray_from_buffer
15
from numcodecs.registry import get_codec
16
+# star import needed for repr tests so eval finds names
17
+from numcodecs import * # noqa
18
19
20
greetings = [u'¡Hola mundo!', u'Hej Världen!', u'Servus Woid!', u'Hei maailma!',
0 commit comments