From 2c61a7fcdb51540aa8908a8ae37678e4c92d8bd9 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Sat, 29 Feb 2020 11:06:25 -0800 Subject: MAINT: Added comment pointing FIXME to relevant PR. Clarifies a FIXME comment in numpy/__init__.py by referencing relevant discussion in issue tracker. Closes #15668. --- numpy/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy') diff --git a/numpy/__init__.py b/numpy/__init__.py index c5c58b020..186e75c15 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -142,6 +142,7 @@ else: from . import compat from . import lib # FIXME: why have numpy.lib if everything is imported here?? + # See gh-14454 for discussion. from .lib import * from . import linalg -- cgit v1.2.1