When running tsinfer.infer (e.g. here), we are getting a warning which I gather is down to the use of the --ffast-math compilation option:
/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/numpy/core/getlimits.py:549: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero.
setattr(self, word, getattr(machar, word).flat[0])
When running tsinfer.infer (e.g. here), we are getting a warning which I gather is down to the use of the --ffast-math compilation option: