From 69bd8010edb30674f39d2fc3b7ae0a1d03b55c23 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Wed, 11 Sep 2019 20:30:53 -0700 Subject: TST: make xfailed test for modules in public API pass. --- numpy/lib/format.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'numpy/lib/format.py') diff --git a/numpy/lib/format.py b/numpy/lib/format.py index 3bf818812..1ecd72815 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -173,6 +173,9 @@ from numpy.compat import ( ) +__all__ = [] + + MAGIC_PREFIX = b'\x93NUMPY' MAGIC_LEN = len(MAGIC_PREFIX) + 2 ARRAY_ALIGN = 64 # plausible values are powers of 2 between 16 and 4096 -- cgit v1.2.1