summaryrefslogtreecommitdiff
path: root/tools/commitstats.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2012-03-04 16:51:21 +0100
committerRalf Gommers <ralf.gommers@googlemail.com>2012-03-07 19:09:32 +0100
commitaae5b0a2b7e683792d56bb5c6994dca1e4b9b4b6 (patch)
tree07b7306a03d4ef4cb48530fd287e44b489f7899f /tools/commitstats.py
parent8670ca3b83991faf90d57363b551fdc90a196826 (diff)
downloadnumpy-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 'tools/commitstats.py')
0 files changed, 0 insertions, 0 deletions