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
When running SE++ there is usually the warning message:
2025-06-04T15:12:35CEST Python::stderr INFO : /home/mkuemmel/.local/lib/python3.10/site-packages/numpy/core/getlimits.py:549: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero.
2025-06-04T15:12:35CEST Python::stderr INFO : setattr(self, word, getattr(machar, word).flat[0])
2025-06-04T15:12:35CEST Python::stderr INFO : /home/mkuemmel/.local/lib/python3.10/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero.
2025-06-04T15:12:35CEST Python::stderr INFO : return self._float_to_str(self.smallest_subnormal)
Depending on the python configuration file these messages can appear multiple times.
The warnings are due to imports internal to SE++. They are totally harmless and inconsequential. In case SE++ dumps away, the reason is almost certainly not associated to these warnings.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running SE++ there is usually the warning message:
Depending on the python configuration file these messages can appear multiple times.
Some time ago we (@ayllon @marcschefer) figured out that the reason for this is described here:
numpy/numpy#20895
The warnings are due to imports internal to SE++. They are totally harmless and inconsequential. In case SE++ dumps away, the reason is almost certainly not associated to these warnings.
Beta Was this translation helpful? Give feedback.
All reactions