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/matlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/matlib.py') diff --git a/numpy/matlib.py b/numpy/matlib.py index 9e115943a..604ef470b 100644 --- a/numpy/matlib.py +++ b/numpy/matlib.py @@ -2,7 +2,7 @@ from __future__ import division, absolute_import, print_function import numpy as np from numpy.matrixlib.defmatrix import matrix, asmatrix -# need * as we're copying the numpy namespace +# need * as we're copying the numpy namespace (FIXME: this makes little sense) from numpy import * __version__ = np.__version__ -- cgit v1.2.1