[Numpy-discussion] missing FloatingPointError for numpy on cygwin64

Sebastien Gouezel sebastien.gouezel at univ-rennes1.fr
Sun Feb 1 09:24:46 EST 2015


Le 01/02/2015 08:48, David Cournapeau wrote:

> Could you report the value of `sys.platform` on cygwin64 ? The first
> place I would look for cygwin-related FPU issues is there:
> https://github.com/numpy/numpy/blob/master/numpy/core/setup.py#L638

sys.platform is simply cygwin, just as on cygwin32.

It should not be too hard to support cygwin64: most tests pass in the 
testsuite, almost all failing ones are related to exceptions or warnings 
that are not raised as in my first observation. However, debugging this 
seems to be beyond my skills!








More information about the NumPy-Discussion mailing list