You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The warning should be ignored, maybe should not be issued (numpy/core/getlimits.py line 346).
Why is CI not failing?
EDIT: Ignoring the warning leads to actual errrors:
ERROR numpy/core/tests/test_longdouble.py - AttributeError: 'MachAr' object has no attribute '_str_smallest_normal'
ERROR numpy/core/tests/test_scalar_methods.py - AttributeError: 'MachAr' object has no attribute '_str_smallest_normal'
ERROR numpy/core/tests/test_scalarmath.py - AttributeError: 'MachAr' object has no attribute '_str_smallest_normal'
ERROR numpy/core/tests/test_umath.py - AttributeError: 'MachAr' object has no attribute '_str_smallest_normal'
EDIT2: gcc (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2)
Testing fails locally when checking
long doublewithThere are three problems I can see:
numpy/core/getlimits.pyline 346).EDIT: Ignoring the warning leads to actual errrors:
EDIT2: gcc (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2)