commit | 526ca87c27474e3e4ee92aa406135e317ee2dd50 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Fri Apr 24 16:40:20 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Fri Apr 24 16:40:20 2009 +0000 |
tree | 9b75c72104e24059071cb1a8d121da1aeb0ff7f1 | |
parent | ff12ef45ac322baf57d7f319956743941ce5395b [diff] |
Blocked revisions 71837-71838 via svnmerge ........ r71837 | mark.dickinson | 2009-04-24 17:34:14 +0100 (Fri, 24 Apr 2009) | 4 lines Issue #5593: Use more robust test for double-rounding in test_fsum. While we're at it, use new unittest.skipUnless decorator to implement skipping for that test. ........ r71838 | mark.dickinson | 2009-04-24 17:37:22 +0100 (Fri, 24 Apr 2009) | 2 lines Remove unnecessary double negative ........