diff options
| author | AlexSm <[email protected]> | 2024-04-08 16:46:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-08 16:46:46 +0200 |
| commit | 5ebf1bc5956c43c050a7b08d9c266f35a10e2e71 (patch) | |
| tree | 39b3697735fab3b6872fa0c94875afc4c1938c29 /contrib/python/numpy | |
| parent | ba3d69df82d1e10f6bbac0f98da0217f2287692f (diff) | |
| parent | 2ccadbed5e49091384169de142a3829bd7c18f4f (diff) | |
Merge pull request #3543 from ydb-platform/mergelibs-240408-0819
Library import 240408-0819
Diffstat (limited to 'contrib/python/numpy')
| -rw-r--r-- | contrib/python/numpy/py3/numpy/__init__.py | 2 |
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: |
