diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2012-03-04 16:51:21 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2012-03-07 19:09:32 +0100 |
commit | aae5b0a2b7e683792d56bb5c6994dca1e4b9b4b6 (patch) | |
tree | 07b7306a03d4ef4cb48530fd287e44b489f7899f /numpy/numarray/ufuncs.py | |
parent | 8670ca3b83991faf90d57363b551fdc90a196826 (diff) | |
download | numpy-aae5b0a2b7e683792d56bb5c6994dca1e4b9b4b6.tar.gz |
TST: fix string comparison test failures on Windows for Python 2.5.
This is caused by the inconsistent floating point handling of Python itself.
On Windows with 2.5:
>>> "%s" % 1e-6
'1e-006'
With 2.6:
>>> "%s" % 1e-6
'1e-06'
Reviewed as PR-225.
Diffstat (limited to 'numpy/numarray/ufuncs.py')
0 files changed, 0 insertions, 0 deletions