summaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/numpy')
-rw-r--r--contrib/python/numpy/py3/numpy/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/numpy/py3/numpy/__init__.py b/contrib/python/numpy/py3/numpy/__init__.py
index a2fbd368beb..91da496a952 100644
--- a/contrib/python/numpy/py3/numpy/__init__.py
+++ b/contrib/python/numpy/py3/numpy/__init__.py
@@ -390,7 +390,7 @@ else:
if sys.platform == "darwin":
from . import exceptions
with warnings.catch_warnings(record=True) as w:
- #_mac_os_check()
+ _mac_os_check()
# Throw runtime error, if the test failed Check for warning and error_message
if len(w) > 0:
for _wn in w: