summaryrefslogtreecommitdiff
path: root/numpy/lib/scimath.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/scimath.py')
-rw-r--r--numpy/lib/scimath.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/scimath.py b/numpy/lib/scimath.py
index 21f2c5546..cd3bea446 100644
--- a/numpy/lib/scimath.py
+++ b/numpy/lib/scimath.py
@@ -13,8 +13,8 @@ from numpy.core.numeric import asarray, any
from numpy.lib.type_check import isreal
-__all__.extend([key for key in dir(nx.umath)
- if key[0] != '_' and key not in __all__])
+#__all__.extend([key for key in dir(nx.umath)
+# if key[0] != '_' and key not in __all__])
_ln2 = nx.log(2.0)